我试过rvm install 2.1,我得到了这个错误xcode-select:错误:无效的开发人员目录

时间:2018-02-01 12:28:36

标签: ruby-on-rails ruby xcode cucumber

我试过rvm install 2.1

我收到了这个错误

  

xcode-select:错误:无效的开发人员目录' / Library / Developer / CommandLineTools'失败期间:/ usr / bin / sudo / usr / bin / xcode-select --switch / Library / Developer / CommandLineTools

当我尝试用ruby进行黄瓜测试时,会发生这种情况。

我的ruby版本是2.0,rvm版本是1.29.3 am无法升级。我安装了Xcode

2 个答案:

答案 0 :(得分:3)

请运行xcode-select -p将其更新为最新版本。

如果您仍有问题,请检查xcode-select路径/Library/Developer/CommandLineTools并找到指定路径的正确路径。

就我而言,我的道路是: sudo xcode-select -switch /Library/Developer/CommandLineTools

所以更改路径只需运行:{{1}}

答案 1 :(得分:0)

通过以下链接https://developer.apple.com/download/more/

安装xcode-command-line-tools

注意:此方法需要Apple开发人员帐户

运行以下命令

xcode-select --install