我正在使用 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:
我不知道如何解决这个问题?有人请帮我吗?期待您的帮助。提前致谢。