如何解决“错误:在/ Developer中找不到开发人员目录”?

时间:2012-03-08 17:04:32

标签: xcode macos xcodebuild

我刚刚将XCode升级到4.3.1。 我正在使用脚本来构建(然后通过Testflight部署)我的应用程序。 但我现在收到这个错误:

  

错误:在/ Developer中找不到开发人员目录。运行/ usr / bin / xcode-select以更新开发人员目录路径。

我的机器中没有/ Developer目录:我该如何解决?

4 个答案:

答案 0 :(得分:242)

sudo xcode-select -switch /Applications/Xcode.app/Contents/Developer

答案 1 :(得分:5)

您也可以这样做......

sudo ln -s /Applications/Xcode.app/Contents/Developer /Developer

答案 2 :(得分:3)

你们回答的一切都是正确的。但是对于那些遇到以下错误的人来说错过了一步:

错误:

  "xcode-select: Error: Path "/Applications/Xcode.app/Contents/Developer" is not a directory."

缺少步骤:

Double click your xcode 432.dmg. Now don't double click the xcode.app to use it. Instead copy it /Applications folder and then open it from there to install xcode.

现在使用终端命令

 sudo xcode-select -switch /Applications/Xcode.app/Contents/Developer

多数民众赞成。你的错误不会再发生了  Filemerge现在可以使用了。

答案 3 :(得分:1)

这解决了我:

当您安装较新版本的xcode时,通常会发生此错误。命令行工具尚未初始化。

解决此问题:转到Xcode首选项>地点(标签)>底部选项是命令行工具。请为工具选择Xcode版本。

示例(对于Xcode 8.3.3):转到Xcode首选项>地点(标签)>底部选项是命令行工具。选择Xcode 8.3.3(7D1014)。