CocoaPods安装

2020-10-28  本文已影响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

上一篇下一篇

猜你喜欢

热点阅读