magus / react-native-facebook-login

React Native component wrapping the native Facebook SDK login button and manager
MIT License
1.24k stars 327 forks source link

How to upgrade to FBSDK 5.x #337

Open vvusts opened 5 years ago

vvusts commented 5 years ago

Is there anybody who upgraded to FBSDK 5.x using this module? In previous upgrade it was enough to copy *.framework files but now there are no these files anymore.

lynrose10 commented 5 years ago

I'm also having a problem updating FBSDK 5.x

According to this link https://developers.facebook.com/docs/ios/downloads

Screen Shot 2019-07-18 at 2 58 03 PM

But no .framework found in this repo https://github.com/facebook/facebook-objc-sdk

In this link https://developers.facebook.com/docs/facebook-login/ios?sdk=fbsdk the button Download IOS SDK downloads only v4.40.0

vvusts commented 5 years ago

You need https://github.com/Carthage/Carthage then get https://github.com/facebook/facebook-objc-sdk and in terminal carthage build --no-skip-current and framework files are in Carthage/Build/iOS