Launch helper from sandboxed application
问题 I have a sandboxed application. I need it to launch a helper application (from within the main application's bundle) every time it starts up. However, this fails: NSError *error; [[NSWorkspace sharedWorkspace] launchApplicationAtURL:helperURL options:NSWorkspaceLaunchDefault configuration:nil error:&error]; The error is: The application “Helper” could not be launched because it is corrupt., NSUnderlyingError=0x10214c700 "The operation couldn’t be completed. (OSStatus error -10827.)"} Now, the