react-native-facebook-login
react-native-facebook-login copied to clipboard
Linker errors with the FBSDK in this distribution
I was receiving linking errors about the FBSDK not being a 'dylib'. I switched to the latest SDK download from Facebook and it appeared to fix it. This started happening after the upgrade to XCode 7.2.
I get an error finding the Bolts framework, which is not in this version but is in the latest FB SDK version. Same fix of dropping in a new SDK works for me.
I'm receiving the linking error as well, "framework not found FBSDKCoreKit for architecture x86_64". Dropping in the latest FB SDK did not resolve it for me. Any thoughts?
I receive 'FBSDKCoreKit/FBSDKCoreKit.h' file not found error in node_modules/react-native-fbsdk/ios/RCTFBSDK/core/RCTFBSDKGraphRequestManager.h:21:9.
I have mo idea what's wrong with it((
See http://stackoverflow.com/a/42040832/4712818