vvusts

Results 6 comments of vvusts

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

Can somebody please share some steps what to do for both projects to upgrade SDK?

I am getting the same only on IOS. I tried to upgrade FBSDK to 5.6.0 and it's same. I think it has something with xcode 11. What is your xcode?...

In my case only this works: In my project gradle: ``` subprojects { afterEvaluate {project -> if (project.name.contains('react-native-facebook-login') || project.name.contains('react-native-vector-icons')) { buildscript { repositories { jcenter() maven { url "https://dl.bintray.com/android/android-tools/"...

Only think that is wrong from what I can see in logs is when press schedule button I get this part of log: ``` 04-10 16:47:53.727 17642 17729 D TSBackgroundFetch:...

Ah I tried by adding only `stopOnTerminate ` it work now, thanks. And property on schedule periodic what it actually do? I set it to true expecting that it will...