迁移了SVN仓库后,从新在本地执行pod install以便生产workspace文件来打开工程时,产生以下错误。看这个帖子:http://www.cocoachina.com/bbs/read.php?tid-324308.html 说建议更新gem在执行命令,的确是可以的。
xxxx$ pod install
Analyzing dependencies
CocoaPods 0.39.0 is available.
To update use: `gem install cocoapods`
For more information see http://blog.cocoapods.org
and the CHANGELOG for this version http://git.io/BaH8pQ.

在迁移SVN仓库后,使用pod install命令创建xcworkspace文件时遇到错误。通过更新cocoapods到0.39.0版本,解决了初始化失败的问题,成功安装了多个依赖库并生成了xcworkspace文件。

2689

被折叠的 条评论
为什么被折叠?



