vote up 0 vote down star

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.

flag

2 Answers

vote up 0 vote down check

Try quitting and restarting the simulator? If "worse comes to worst" you can always try restarting: in my experience this should fix it.

link|flag
Ended up restarting the system! Still don't know what caused the issue though! – lostInTransit Apr 25 at 6:18
vote up 0 vote down

I'm having this problem very often recently. What would prevent this from occurring? Logging out and in fixes the problem but.. it's annoying to do so every so often.

EDIT:

I just found the cause. I had a bug in ApplicationWillTerminate method. So when i click stop button on Xcode window, app couldn't properly terminate and started to hang.

check Activity Monitor to see if your app is on the list. force quit if possible.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.