According to the [change log][1], version **4.36.0** was released yesterday (30th August). They've forgotten to create a release tag for it in their Github repository hosting the [Facebook iOS SDK][2].
In the meantime you can set your pod to:
pod 'FBSDKCoreKit', '4.35.0'
pod 'FBSDKLoginKit', '4.35.0'
pod 'FBSDKShareKit', '4.35.0'`
then `pod update`.
[1]: https://developers.facebook.com/docs/ios/change-log-4x
[2]: https://github.com/facebook/facebook-ios-sdk/releases
According to the [change log][1], version 4.36.0 was released yesterday (30th August). It looks like they've forgotten to create a release tag for it yet in their Github repository hosting the [Facebook iOS SDK][2].
In the meantime you can set your pod to:
pod 'FBSDKCoreKit', '4.35'
pod 'FBSDKLoginKit', '4.35'
pod 'FBSDKShareKit', '4.35'`
then pod update.
[1]: https://developers.facebook.com/docs/ios/change-log-4x
[2]: https://github.com/facebook/facebook-ios-sdk/releases