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

安装pod出现问题解决方法

时间:2014-12-09 22:50:57      阅读:237      评论:0      收藏:0      [点我收藏+]

标签:style   http   io   ar   color   os   sp   strong   on   

This just happened to me as well. Somehow the CocoaPods repo got borked. This fixed my situation:

rm -rf ~/.cocoapods

pod setup

pod install

Hope that helps! :)

share|improve this answer

 

 

 

1

down vote

Looks like you need to run pod setup

Edit:

In theory if you‘re getting an error about the master repo you could add it manually run:

git clone https://github.com/CocoaPods/Specs.git ~/.cocoapods/repos/master

share|improve this answer

安装pod出现问题解决方法

标签:style   http   io   ar   color   os   sp   strong   on   

原文地址:http://www.cnblogs.com/fengchiwanli/p/4154261.html

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