首先,检查你的ruby源:
1、gem sources -l
默认情况是
*** CURRENT SOURCES ***
https://rubygems.org/
重要的位置: 这个源路径国内不能使用,之前是使用淘宝的镜像https://ruby.taobao.org/,现在发现这个也不能使用了,替换为http://gems.ruby-china.org/。
替换http://gems.ruby-china.org/源:
移除旧源
2、gem sources --remove https://rubygems.org/
添加新的源地址https://gems.ruby-china.org/
3、gem sources -a http://gems.ruby-china.org/
使用上面的 gem sources -l 命令检查源地址正确结果应该是
*** CURRENT SOURCES ***
http://gems.ruby-china.org/
在这里需要更新一下gem版本
4、sudo gem update --system
此时 既理论上既可以安装cocoapods 如下
5、sudo gem install -n /usr/local/bin cocoapods --pre
正常情况下输入密码进入下载安装状态然后输出一系列cocoapod 安装包的下载安装状态结束时如下:
Parsing documentation for cocoapods-1.2.1
Installing ri documentation for cocoapods-1.2.1
23 gems installed
localhost:~ mac$
到此为止正常顺利下是可以顺利生成workspace文件了 = =中途有什么问题可以百度或者评论互相讨论下。