美文网首页
CocoaPods的一些使用指令

CocoaPods的一些使用指令

作者: 萝BAIBAI | 来源:发表于2015-10-29 21:20 被阅读51次

$ sudo gem install cocoapods
$ pod search 查找的库
$ vim Podfile
$ pod install
$ pod update
$ which pod "检查pod是否安装成功"
$ touch Podfile "创建Podfile"

gem sources --remove https://rubygems.org/

gem sources -a https://ruby.taobao.org/

gem sources -l

Unable to find a specification for xxxxx

清理pod
pod repo remove master
pod setup

相关文章

网友评论

      本文标题:CocoaPods的一些使用指令

      本文链接:https://www.haomeiwen.com/subject/fdkfhttx.html