美文网首页
解决The version of CocoaPods used

解决The version of CocoaPods used

作者: 中神通 | 来源:发表于2017-02-07 11:21 被阅读1186次

执行pod install时,提示如下信息

The version of CocoaPods used to generate the lockfile (1.1.1) is higher than the version of the current executable (1.0.0). Incompatibility issues may arise.

这是因为当前CocoaPods版本低了

解决方法:

执行:pod repo update 命令更新资源库即可。

相关文章

网友评论

      本文标题:解决The version of CocoaPods used

      本文链接:https://www.haomeiwen.com/subject/hsbpittx.html