You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to upgrade from react-native-fbsdk to react-native-fbsdk-next. All the facebook integration was done and was working with react-native-fbsdk.
When I updated to react-native-fbsdk-next:
- In android I can build the app (but I am still getting error when trying to login with facebook).
- With iOS I even can't build the app, I'm getting an error identified in this code explanation: 'symbol(s) not found for architecture x86_64'. I tried to create the Swift file but it didn't work. Can someone help me?
Environment
"react": "16.9.0",
"react-native": "0.61.5"
"react-native-fbsdk-next": "^4.6.0" (i also tried with the last version of the package)
The text was updated successfully, but these errors were encountered:
As far as I know, you cannot even successfully build react-native < 0.63.4 with Xcode 12.5, much less Xcode 13.
There are workarounds of course, you did not specify the symbol that was not found so it is hard to say what workaround you would need but here is my strongest advice:
Without doing this now, if you struggle to stay on older react-native I can say you will encounter all of the pain I have worked to shield people from, do not do it! 😅
I can say with 100% certainty this module works fine, I worked on it the last few days extensively including rebuilding the demo from scratch 4ceac39 with testing on ios and android and integrating it into a fresh work project
I am trying to upgrade from react-native-fbsdk to react-native-fbsdk-next. All the facebook integration was done and was working with react-native-fbsdk.
When I updated to react-native-fbsdk-next:
- In android I can build the app (but I am still getting error when trying to login with facebook).
- With iOS I even can't build the app, I'm getting an error identified in this code explanation: 'symbol(s) not found for architecture x86_64'. I tried to create the Swift file but it didn't work. Can someone help me?
Environment
"react": "16.9.0",
"react-native": "0.61.5"
"react-native-fbsdk-next": "^4.6.0" (i also tried with the last version of the package)
The text was updated successfully, but these errors were encountered: