I have an Iphone app that was nearing its development completion and literally between “build and run”s this error appeared. I commented out all of the code that might be offending the simulator but nothing could make the error resolve. I put a couple of NSLogs in the app delegate to see how far the application was getting before it crashes and nothing appeared from the console. It appears the app is loading its splash screen and then dying. I’m an intermediate Iphone developer but I can not decipher that error message. Did my simulator get corrupted or something similar? I didn’t add any new libraries or any thing drastic to the code in between builds. I also tried cleaning the build file, and deleting the app on the simulator and force a re-install.
Any help would be great. Thanks so much.
This happened to me and this is how I got it working (XCode 4):
In the Product menu, select Manage Schemes. Select the scheme you’re using and click edit. Click the Run build type in the column on the left and the Diagnostics tab at the top.
I unchecked all of the checkboxes and the error you’re describing went away. I didn’t spend the time to discover which specific checkbox or combination was the culprit.
I was only getting the error when I tried to run on a device.