码迷,mamicode.com
首页 > 其他好文 > 详细

[!] CocoaPods was not able to update the `master` repo...

时间:2015-12-18 20:22:43      阅读:223      评论:0      收藏:0      [点我收藏+]

标签:

输入pod install之后出现:

[!] CocoaPods was not able to update the `master` repo. If this is an unexpected issue and persists you can inspect it running `pod repo update --verbose`

解决方法:清除CocoaPods缓存后重新执行pod install, 命令如下:

sudo rm -fr ~/.cocoapods/repos/master
pod install

[!] CocoaPods was not able to update the `master` repo...

标签:

原文地址:http://www.cnblogs.com/Rinpe/p/5057986.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!