Not able to update FBSDKCoreKit POD iOS

前端 未结 2 1889
自闭症患者
自闭症患者 2021-02-12 22:58

I am getting the following error when I try to do pod update. once it failed, I am not even able to do pod install anymore.

Installing FBSDKCoreKit (4.36

相关标签:
2条回答
  • 2021-02-12 23:04

    According to the change log, 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.

    In the meantime, you can set your pod to:

    pod 'FBSDKCoreKit', '4.35'
    pod 'FBSDKLoginKit', '4.35'
    pod 'FBSDKShareKit', '4.35'
    

    then pod update.

    0 讨论(0)
  • 2021-02-12 23:23

    As per Facebook Developer Team, This issue has been resolved in:

    https://github.com/facebook/facebook-ios-sdk/releases/tag/sdk-version-4.36.0 .

    Please update your pods to the latest version and try again.

    0 讨论(0)
提交回复
热议问题