重複の可能性:
NSTask起動パスにアクセスできません
なぜこれを呼ぶのか、
NSTask *buildMTask = [[NSTask alloc] init];
[buildMTask setLaunchPath:@"/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/Applications/iPhone\\ Simulator.app/Contents/MacOS/iPhone\\ Simulator"];
[buildMTask launch];
結果は
「起動パスにアクセスできません」?
ありがとう!