如何强制安装不兼容的Pod?

时间:2020-01-09 17:00:43

标签: ios cocoapods

确实需要升级我的FBSDK,但是卡住了。我认为,如果允许它以某种方式通过,那不会有问题。

[!] CocoaPods could not find compatible versions for pod "FBSDKCoreKit":
  In snapshot (Podfile.lock):
    FBSDKCoreKit (= 4.40.0, ~> 4.28)

  In Podfile:
    ExpoKit/Core (from `http://github.com/expo/expo.git`, tag `ios/2.8.3`) was resolved to 2.8.3, which depends on
      FBSDKCoreKit (~> 4.28)

    FBSDKCoreKit (~> 5.6.0)

Specs satisfying the `FBSDKCoreKit (~> 5.6.0), FBSDKCoreKit (= 4.40.0, ~> 4.28), FBSDKCoreKit (~> 4.28)` dependency were found, but they required a higher minimum deployment target.

0 个答案:

没有答案