// 1贡珊、更新 gem?
sudo gem update --system
// 2竹观、安裝
sudo gem install cocoapods
// 2.1阿弃、進(jìn)行 2 安裝步驟時(shí)石洗,可能會(huì)出現(xiàn) Operation not permitted - /usr/bin/xcodeproj 錯(cuò)誤信息,此時(shí)需要用一下命令進(jìn)行安裝
sudo gem install -n /usr/local/bin cocoapods
// 設(shè)置 pod
pod setup
如果出現(xiàn)
Performingadeep fetchofthe`master` specs repotoimprove future performance
則需要
rm -rf ~/.cocoapods/repos/master
再進(jìn)行 pod setup