iPhone - strange error when testing on simulator

Posted by lostInTransit on Stack Overflow See other posts from Stack Overflow or by lostInTransit
Published on 2009-04-25T05:15:21Z Indexed on 2010/04/28 10:43 UTC
Read the original article Hit count: 555

Hi

I was testing my app on the simulator when it crashed on clicking a button of a UIAlertView. I stopped debugging there, made some changes to the code and built the app again. Now when I run the application, I get this error in the console

Couldn't register com.myApp.debug with the bootstrap server. Error: unknown error code. This generally means that another instance of this process was already running or is hung in the debugger.Program received signal: “SIGABRT”.

I tried removing the app from the simulator, doing a clean build but I still get this error when I try to run the app.

Can someone please let me know what I should do to be able to run the app on my simulator again.

Thanks.

© Stack Overflow or respective owner

Related posts about iphone

Related posts about iphone-sdk