我正在尝试将 xcodeproj gem更新到最新版本。
当前,我的版本为1.5.6:
$xcodeproj --version
1.5.6
$ which xcodeproj
/Users/nicolasmiari/.rvm/gems/ruby-2.4.0/bin/xcodeproj
我尝试使用以下方式进行更新:
$ gem install xcodeproj
Successfully installed xcodeproj-1.7.0
Parsing documentation for xcodeproj-1.7.0
Done installing documentation for xcodeproj after 1 seconds
1 gem installed
...这似乎成功了,但是xcodeproj --version
不断返回1.5.6
。
我一点都不精通Ruby或rvm,老实说,我现在无法对此进行深入研究。我只需要更新一个Xcode项目(不幸的是)使用Cocoapods。
我想念什么?
附录:如果我运行:
$ gem list
...我得到(除其他外):
xcodeproj (1.7.0, 1.5.6)
因此,两个版本均已安装。我想我需要摆脱旧的...
答案 0 :(得分:0)
好的,所以跟随this answer,我跑了:
%22
...,现在https://example.com/?q=hello
返回:
$ gem cleanup xcodeproj
...但是$ gem list
仍报告xcodeproj (1.7.0)
。
我重启终端,现在它报告了最新版本。