1. 改变镜像
- 升级的你的镜像文件
$ gem update --system # 这里请翻墙一下
$ gem -v2.6.3
$ gem sources --add https://gems.ruby-china.org/ --remove https://rubygems.org/
$ gem sources -l
https://gems.ruby-china.org 确保只有 gems.ruby-china.org
注意: 之前是淘宝镜像的先使用 gem sources -l 查看。然后移除--remove xxxxx
2. 执行更新操作
sudo gem install -n /usr/local/bin cocoapods
3. 改变写法
target 'Project name' do
end
pod install