FBSDKCoreKit/FBSDKCoreKit.h file not found
FBSDKCoreKit/FBSDKCoreKit.h file not found I don't seem to be able to find the libRCTFBSDK.a file: So I get the error: FBSDKCoreKit/FBSDKCoreKit.h file not found I have most definitely added the frameworks to the frameworks folder, choosing not to copy if needed. And I have definitely added the file paths to framework search paths and it is the correct file path: framework search paths In the top image should librctFBSDK be in that list?? Have the same issue here. I was using these instructions: developers.facebook.com/docs/react-native/getting-started Also I've been trying to install the lib with using of instructions on github page, but also got no success (with some different errors). – andrfas Sep 19 '17 at 16:45 @andrfas Take a look at my answer. It worked for me. It might not apply to you be b...