tags:

views:

170

answers:

2

For some reason the app I am working on has very bad PMT! Literally! Most of the time I cannot debug using the simulator without putting a breakpoint in my AppDelegate. If I don't it exists with "status 5". If I put a break point in and simple continue it works perfectly well, it also works if I run the app in the simulator when not connected to the GDB.

I have tried the source on a second machine with exactly the same results. I dont have this issue building to the device?!?!?!

Thanks

A: 

I have same problem, and I just restart the Xcode, now it's fine.

Stewart Hou
A: 

Exactly the same behavior after upgrading to iOS 4.0.2 and IDE. I think I saw the same thing last time I upgraded. Note to self, restart XCode a couple of times after an upgrade.... and check stackoverflow sooner

Dave