Cocoapods无法从多个框架中找到适用于pod的兼容版本

时间:2018-04-18 05:15:01

标签: ios xcode cocoapods swift4

安装pod时收到此错误日志。

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

  In Podfile:
    FrameworkA (~> 4.0) was resolved to 4.0.4, which depends on
      RxSwift (~> 4.0)

    FrameworkB (~> 1.0) was resolved to 1.0.4, which depends on
      RxSwift (~> 3.0)

我明白什么是问题。因为两个框架需要相同的库但不同的版本。 (...对吧?)

但我必须使用FrameworkA为~> 4.0且FrameworkB为~> 1.0的版本。

我的案例有哪些解决方案?

0 个答案:

没有答案