不兼容的库版本:XXX需要2.0.0或更高版本,但Runes提供版本1.0.0

时间:2015-07-26 06:40:57

标签: ios iphone xcode cocoapods

我试图在iPhone上运行我的iOS应用。项目编译得很好。但是当应用程序启动时,XCode控制台显示:

dyld: Library not loaded: @rpath/Runes.framework/Runes
  Referenced from: /private/var/mobile/Containers/Bundle/Application/CC8759F5-A501-400C-93A8-DCEE3BFE4770/XXX.app/XXX
  Reason: Incompatible library version: XXX requires version 2.0.0 or later, but Runes provides version 1.0.0

我使用Cocoapods,我的Podfile看起来像:

platform :ios, '8.0'
use_frameworks!

pod 'SnapKit', '~> 0.12.0'
pod 'Alamofire', '~> 1.2'
pod 'SwiftTask', '~> 3.3'
pod 'Argo'
pod 'Async', :git => 'https://github.com/duemunk/Async.git', :commit => '9e64046b767fe11010891f5b7fe2aed613a6ee55'
pod 'TapLabel', '0.0.3'
pod 'RealmSwift'
pod 'Kingfisher', '~> 1.4'

我该怎么办?一切都在模拟器上运行良好。

1 个答案:

答案 0 :(得分:9)

您是否可能使用的CocoaPods版本低于0.38.2?

如果是,请使用sudo gem install cocoapods更新为0.38.2并在项目上运行pod install。 有a recent bugfix处理链接器构建设置中的非法版本号。

作为一种解决方法,您可以在Build Settings -> Linker -> Compatibility Version

下的pod目标中手动将“Runes”窗格的版本设置为2