您的位置:首页 > 其它

[!] The version of CocoaPods used to generate the lockfile (1.3.1) is higher than the version of the

2017-11-16 15:52 701 查看
执行pod install时,提示如下信息:

[!] The version of CocoaPods used to generate the lockfile (1.3.1) is higher than the version of the current executable (1.1.0.beta.1). Incompatibility issues may arise.

[!] Unable to find a specification for `HandyJSON (~> 4.0.0-beta.1)`

解决方法:用pod repo update 命令更新资源库即可,有时候可能也不能更新成功,然后我试了这个指令 sudo gem install cocoapods --pre,把cocoapods都更新了,在输入pod install。
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: 
相关文章推荐