Skip to content
Ken Morishita edited this page Jul 16, 2013 · 2 revisions

エラーが出て実行できない

現象

% crash_monkey -a MyGoodApp.app
.....
Run: ["instruments", "-l", "100000", "-t", ........... ]
xcode-select: Error: No Xcode folder is set. Run xcode-select -switch <xcode_folder_path> to set the path to the Xcode folder.
.....

対処

xcode-select で XcodeのInstall Pathを指定して下さい。 例)

sudo xcode-select -switch /Applications/Xcode.app/Contents/Developer
Clone this wiki locally