iOS开发人生不易,我有必杀技码农崛起(iOS、Android、java、c++等)

使用CocoaPods来做iOS程序的包依赖管理

2015-07-06  本文已影响171人  007Mango

10.0以后的系统使用下面的方法来安装。

Some time ,the default

source of gem,https://rubygems.org/, can't be accessed.

It should be removed by

command :gem sources -rhttps://rubygems.org/

And then add new source :gem sources -ahttp://ruby.taobao.org/

Update the cache:gem sources -u

You can check

souces: gem sources

Finally , you can install

: sudo gem install cocoapods

具体使用文章:

http://www.cocoachina.com/ios/20140107/7663.html

xcodeproj  'path/to/My.xcodeproj'

上一篇下一篇

猜你喜欢

热点阅读