I'm trying to troubleshoot why a release build doesn't work on the device but a debug version does. With a release build, the app starts, default PNG displays and the app dies. I've commented everything out of applicationDidFinishLaunching, which means it isn't a code issue. I see this error in the console:
Mon Jan 18 21:17:39 unknown com.apple.debugserver-43[1579] : error: MachTask::StartExceptionThread (): task invalid, exception thread start failed.
I have it configured as a device release build and have assigned my app store provisioning profile to it. Any ideas on what could be wrong or what the above error means?