cocoapods安装(史上最强最贱安装)

1. sudo gem uninstall --all  // 强迫症,弄干净先,反正网络快

2.gem sources -l  // 看看有哪些源

3.gem sources  --remove 源地址  // 不管了删干净

    例如: gem sources  --remove https://rubygems.org/

4.gem sources --add 源地址  //你要的源地址

    例如 gem sources --add  https://gems.ruby-china.org/

5.sudo gem install ruby  // 撸上在说,管你有没有

6.sudo gem update --system // 更新下,反正没坏处

7.gem --version // 看下版本 2.6.14(2018年05月30日)

8. sudo gem install cocoapods // 安装主角

9.sudo xcode-select -switch /Applications/Xcode.app/Contents/Developer // 切换到 xcode 路径

10.pod setup // 安静的等待下

11. pod --version // 检测是否成功

12. 点赞 ^_^

你可能感兴趣的:(cocoapods安装(史上最强最贱安装))