美文网首页
CocoaPods 升级1.2.0

CocoaPods 升级1.2.0

作者: 嗯哼丶傻大个是你 | 来源:发表于2017-01-10 17:03 被阅读0次

CocoaPods1.1.1升级到1.2.0

pod update

如果出现

Update all pods
Updating local specs repositories
warning: inexact rename detection was skipped due to too many files.

CocoaPods 1.2.0.beta.3 is available.
To update use: `gem install cocoapods --pre`
[!] This is a test version we'd love you to try.

For more information, see https://blog.cocoapods.org and the CHANGELOG for this version at https://github.com/CocoaPods/CocoaPods/releases/tag/1.2.0.beta.3

这个时候已经告诉你该怎么做了

gem install cocoapods --pre

完成后再查看你的CocoaPods版本

pod --version

相关文章

网友评论

      本文标题:CocoaPods 升级1.2.0

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