react-native-oauth
react-native-oauth copied to clipboard
Apple Mach-O Linker Error Group
Did you add pod 'DCTAuth', :git => 'https://github.com/danielctull/DCTAuth.git' to your Podfile?
Yea it was added automatically after running react-native link react-native-oauth @Compulsor
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'
Place your pod 'DCTAuth', :git => 'https://github.com/danielctull/DCTAuth.git' under this line:
Pods for moov