I am developing with Xcode 3.2.5 for the iPhone. When testing my program in the simulator, I get this error immediately when my program starts and crashes
The Debugger has exited due to signal 5 (SIGTRAP)
But if I activate debugging, even if there are not breakpoints, the program runs perfectly.
Do you know where to start looking at?
Thanks