react-native-facebook-login icon indicating copy to clipboard operation
react-native-facebook-login copied to clipboard

Linker errors with the FBSDK in this distribution

Open joewood opened this issue 9 years ago • 4 comments

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.

joewood avatar Dec 09 '15 20:12 joewood

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.

MaitreyaBuddha avatar Jan 22 '16 02:01 MaitreyaBuddha

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?

saraolive avatar Feb 09 '16 23:02 saraolive

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((

antonsivogrivov avatar Feb 02 '17 20:02 antonsivogrivov

See http://stackoverflow.com/a/42040832/4712818

MatthieuLemoine avatar May 11 '17 08:05 MatthieuLemoine