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:
In the top image should librctFBSDK be in that list??


I believe what solved it for me was upgrading react-native from
0.43to0.48This introduced other errors that I solved one by one.
Check your react-native version:
react-native -vif it is quite low like0.43then I recommend upgrading it.