打开终端:
1.首先在安装CocoaPods之前,需要安装好Ruby环境。
2.使用ruby-china的Ruby镜像源。
先用命令: gem sources --remove https://rubygems.org/
再用命令: gem sources -a https://gems.ruby-china.com/
为了验证Ruby镜像源是ruby-china,可使用命令: gem sources -l
3.安装cocoaPods:
使用命令:sudo gem install cocoapods
(若无读写权限:用sudo gem install -n /usr/local/bin cocoapods代替。)
网友评论