CocoaPods问题排查步骤
1、ruby源的问题排查
1、查看ruby的源
gem sources -l
2、添加ruby的源
如果不是 https://gems.ruby-china.com/ 的源的话,添加这个源。
gem sources --add https://gems.ruby-china.com/
也可以移除其他源
gem sources --remove https://...
再次查看ruby的源是否正确
3、重新install cocoapods
sudo gem install -n /usr/local/bin cocoapods
4、查看版本
pod --version