0
我在iOS 6.0的Xcode 4.5.1中工作。我剛接觸「測試」的iOS應用程序。每當我嘗試「測試」應用程序,它顯示「測試成功」,但通過調試器區域中的錯誤。 錯誤消息是,如何解決Xcode 4.5.1中沒有開發者目錄發現錯誤?
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:
我不知道如何解決這個問題?任何人都可以幫助我嗎?期待你的幫助。提前致謝。
我以前在使用空間的路徑時遇到了問題,現在還不確定,但是您可以嘗試使用無空格的目錄並查看。另外,Xcode應該位於/ Applications: $ xcode-select --print-path /Applications/Xcode.app/Contents/Developer –
@DavidH謝謝你的幫助。我直接在Applications /下取代了我的Xcode應用程序,所以現在它工作正常。 –