首页 > 其他 > 详细

Pod 操作

时间:2014-01-17 09:10:29      阅读:403      评论:0      收藏:0      [点我收藏+]

更新Pod到最新版本

You can check your current version:

pod --version
0.28.0

Since CocoaPods is a ruby gem you can update it, and all other installed gems, just by:

gem update

 

 

On OS X 10.9 you might have to install the Xcode command line developer tools, those are a prerequisite for the whole Ruby shebang to work.

 

The fastest method to install them, thanks to yanzv for pointing this out.

xcode-select --install

 

 gem clean .只删除旧版本Pod

Pod 操作

原文:http://www.cnblogs.com/chinaxxren/p/3523200.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!