安裝CocoaPods之前需要安裝Homebrew, ruby和rvm。
最好在kx上網(wǎng)的環(huán)境安裝
檢查rvm 版本
rvm -v
如果沒有應(yīng)答則需要安裝rvm
curl -L get.rvm.io | bash -s stable
source ~/.bashrc
source ~/.bash_profile
安裝期間可能回傳443 或者SSL錯誤
可以修改hosts
如, 具體ip地址可以自行去查詢ip
185.199.111.133 raw.githubusercontent.com
185.199.110.133 raw.githubusercontent.com
185.199.109.133 raw.githubusercontent.com
185.199.108.133 raw.githubusercontent.com
運行以下腳本安裝Homebrew
/bin/zsh -c "$(curl -fsSL https://gitee.com/cunkai/HomebrewCN/raw/master/Homebrew.sh)"
安裝ruby
rvm install 3.0.0
設(shè)置默認
rvm use 3.0.0 --default
安裝cocoapods
sudo gem install -n /usr/local/bin cocoapods
驗證pod是否成功
pod search AFNetWorking