pod install 报错: Unable to satisfy the following requirements
时间:2015-08-12 18:49:02
收藏:0
阅读:484
有时候从github上下载的项目,pod install 报错.原因是项目里的用到的库有最新版本了,Podfile需要更新!
解决办法:执行pod update --verbose(这个命令时间可能会长一些) 更新下,然后在pod install就成功了.
pod update --verbose成功界面 ->接着执行pod install就可以了
原文:http://www.cnblogs.com/jinyaowei/p/4724763.html
评论(0)