如何修复Xcode 4.5.1中没有找到开发人员目录的错误?

时间:2013-04-16 14:41:43

标签: iphone ios unit-testing xcode4.5 linker-errors

使用iOS 6.0的Xcode 4.5.1。是“测试”iOS应用程序的新手。每当我尝试“测试”应用程序时,它会显示“测试成功”但是通过调试器区域中的错误。 错误消息是,

Error: No developer directory found at /Volumes/RED Zone/Softrware Dump/Xcode Tools/xcode 4.5.1/Xcode.app/Contents/Developer. Run /usr/bin/xcode-select to update the developer directory path.
*** Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: 'launch path not accessible'
*** Call stack at first throw:

此外,我尝试使用下面的终端更新路径,

/usr/bin/xcode-select -switch /Applications/CompanyName/xcode 4.5.1/Xcode.app/Contents/Developer

它显示以下错误消息:

xcode-select: Error: argument missing from -switch option.
Usage: xcode-select -print-path
   or: xcode-select -switch <xcode_folder-path>
   or: xcode-select -version
Arguments:

我不知道如何解决这个问题?有人请帮帮我吗?期待你的帮助。提前谢谢。

1 个答案:

答案 0 :(得分:0)

尝试使用tab键自动填充目录名称;那将逃离空间。发生错误是因为xcode-select无法识别您提供的有效路径。