I’m trying to track down an 0x8badf00d error which is caused by the watchdog process killing our app on startup for taking too long. The problem is that it only happens on the first launch of the app (when the app is creating our database).
So I need to be able to deploy the app from XCode to my IPad without having it autolaunch the app. The only options I see in Xcode are to Build-run or Build-debug. How do you deploy an app to a device without having Xcode launch it. I want to do this because I’ve read that if Xcode starts your app, it disables the watchdog process.
Thanks,
Xcode’s Organzier (available from the menu: Window/Organizer) will allow you to load an app onto a device. You can then run the app without the debugger.