facebookarchive / react-native-fbsdk

A React Native wrapper around the Facebook SDKs for Android and iOS. Provides access to Facebook login, sharing, graph requests, app events etc.
https://developers.facebook.com/docs/react-native
Other
2.99k stars 909 forks source link

Apple Mach-O Linker Error #796

Open imrahulpatel opened 3 years ago

imrahulpatel commented 3 years ago

Hello Everyone,

After upgrading from react native 0.60.5 to 0.63.2 I am getting below error

ld: library not found for -lCardIO clang: error: linker command failed with exit code 1 (use -v to see invocation)

Screenshot 2020-09-26 at 7 26 12 PM

Any help will be appreciated

cylim commented 3 years ago

You can add a new swift file and automatically create the bridging header, then it should works. :)

ref: #794