Not able to update FBSDKCoreKit POD iOS

前端 未结 2 1888
自闭症患者
自闭症患者 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.

提交回复
热议问题