需要升级系统自带的ruby到最新版本
一、通过RVM 安装最新ruby
1、修改host文件新增:
199.232.28.133 raw.githubusercontent.com
2、安装GPG
https://gpgtools.org
3、在终端执行
curl -sSL https://get.rvm.io | bash -s stable
4、指定源
source ~/.rvm/scripts/rvm
5、查看版本确认是否安装成功
rvm - v
6、列出所有指定源里的ruby版本
rvm list known
7、安装指定版本
rvm install xxx
二、安装cocoaPods
sudo gem install -n /usr/local/bin cocoapods
网友评论