react-native-oauth icon indicating copy to clipboard operation
react-native-oauth copied to clipboard

Apple Mach-O Linker Error Group

Open andela-cofor opened this issue 7 years ago • 4 comments

screen shot 2018-03-11 at 10 29 38 pm

andela-cofor avatar Mar 11 '18 21:03 andela-cofor

Did you add pod 'DCTAuth', :git => 'https://github.com/danielctull/DCTAuth.git' to your Podfile?

Compulsor-zz avatar Mar 12 '18 13:03 Compulsor-zz

Yea it was added automatically after running react-native link react-native-oauth @Compulsor

andela-cofor avatar Mar 12 '18 13:03 andela-cofor

My pod file

# Uncomment the next line to define a global platform for your project
# platform :ios, '9.0'

target 'appName' do
  # Uncomment the next line if you're using Swift or would like to use dynamic frameworks
  # use_frameworks!

  # Pods for moov

  target 'appName-tvOSTests' do
    inherit! :search_paths
    # Pods for testing
  end

  target 'appNameTests' do
    inherit! :search_paths
    # Pods for testing
  end

end

target 'appName-tvOS' do
  # Uncomment the next line if you're using Swift or would like to use dynamic frameworks
  # use_frameworks!

  # Pods for appName-tvOS

  target 'appName-tvOSTests' do
    inherit! :search_paths
    # Pods for testing
  end

end
source 'https://github.com/CocoaPods/Specs.git'
platform :ios, '8.0'
use_frameworks!

pod 'DCTAuth', :git => 'https://github.com/danielctull/DCTAuth.git'

andela-cofor avatar Mar 12 '18 13:03 andela-cofor

Place your pod 'DCTAuth', :git => 'https://github.com/danielctull/DCTAuth.git' under this line:

Pods for moov

Compulsor-zz avatar Mar 12 '18 15:03 Compulsor-zz