Recently, I've been having problems launching my app on Xcode 7.3. I can run it fine in an emulator, and about 15% of the time it will run fine when I debug it on a device. However, at other times when I debug on the device I see
- "Performing install actions" (which succeeds, since the new binary is on my device)
- "Running (my app)"
- "Could not launch 'MyApp': process launch failed: timed out trying to launch app"
Is there a way to increase the time that the debugger will take to connect? This doesn't appear to be a provisioning/certificate issue, since it sometimes succeeds - it just appears that Xcode is giving up too quickly.
Note that I don't think this is a duplicate of Could not launch process launch failed: timed out waiting for app to launch since the app launches - sometimes.