美文网首页
CocoaPods重装踩坑

CocoaPods重装踩坑

作者: Young_LI | 来源:发表于2020-04-03 15:54 被阅读0次

    OS系统 10.14.6

    Xcode版本 10.3

    Ruby版本:2.3.7  (版本查看命令:ruby -v)

    查看Ruby源:(命令 gem sources -l) —  https://gems.ruby-china.com/

    *ruby源去掉最后的/ ===  https://gems.ruby-china.com

    CocoaPods版本:1.8.0.beta.1(查看命令:pod —version)

    CocoaPods安装命令(sudo gem install -n /usr/local/bin cocoapods)

    Pod setup 的代替命令

    $ git clone https://git.coding.net/CocoaPods/Specs.git ~/.cocoapods/repos/master 

    //换新地址

    我已将项目迁移到阿里云,如有需要请使用下面的源(每小时更新):

    * https://code.aliyun.com/Magi/CocoaPods.git   

    * https://gitclub.cn/CocoaPods/Specs.git `推荐`

    //速度快很多

    *Pod install时关掉Xcode

    *pod install --no-repo-update替代pod install加速

    相关文章

      网友评论

          本文标题:CocoaPods重装踩坑

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