美文网首页
CocoaPods安装

CocoaPods安装

作者: 不洗澡的鱼 | 来源:发表于2020-10-28 09:50 被阅读0次
    gem sources -l
    gem sources --remove https://rubygems.com/
    gem source --add https://gems.ruby-china.com
    sudo gem install cocoapods
    pod setup
    

    常用更新

    pod install --verbose --no-repo-update
    pod update --verbose --no-repo-update
    

    安装问题
    RPC failed; curl 56 LibreSSL SSL_read: SSL_ERROR_SYSCALL, errno 54

    手动下载https://github.com/CocoaPods/Specs.git ,放入~/.cocoapods/repos目录下,命名 master

    相关文章

      网友评论

          本文标题:CocoaPods安装

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