The current version of fbsdk does not build with the latest Facebook SDK for iOS 5.0.0 The docs are misleading. After linking & installing fbsdk in ~Documents/FacebookSDK It does not build. There is inconsistency in the version of rn-fbsdk & iOS SDK.
Following the steps iOS installation guide mentioned in the readme
Should work as expressed in the readme.
They should specify the exact version that works on the installation instructions.
@akash-rajput have you solved this problem with the latest Facebook SDK?
any solution?
I solved my case of iOS linking, I think it can be useful here: https://github.com/facebook/react-native-fbsdk/issues/528#issuecomment-505409226
My Environment
IDE:
Xcode: 10.1
npmPackages:
react: 16.8.6
react-native: 0.59.9
react-native-fbsdk: 0.10.1
FacebookSDK: 5.1.1
Most helpful comment
They should specify the exact version that works on the installation instructions.