Incompatible library version: XXX requires version 2.0.0 or later, but Runes provides version 1.0.0

依然范特西╮ 提交于 2019-12-05 02:47:46

Is it possible that you are using a CocoaPods version older than 0.38.2?

If so, update to 0.38.2 using sudo gem install cocoapods and run pod install on your project. There was a recent bugfix that deals with illegal version numbers in the build settings of the linker.

As a workaround you could manually set the version of the "Runes" pod to 2 in the pod's target under Build Settings -> Linker -> Compatibility Version

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!