views:

94

answers:

4

I get the below error many times and this error makes it impossible to run my application unless i restart the whole MAC. This is not caused due to changes in code.

ERROR :

"Couldn't register com.yourcompany. 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."

What should i do? What might be wrong?

Please give your suggestions.

Thanks in Advance.

YOUR SUGGESTIONS ARE MOST WELCOME.

A: 

Well, is there another process running or hung in a debugger somewhere?

If so, kill it or stop it in the previous debug session.

Amigable Clark Kant
No, no other process is going on inside the debug session. Still i am getting the same error.
PARTH
A: 

UPDATE

You can check this link. This may solve your problem. http://efreedom.com/Question/1-3375442/Bootstrap-Server

For me it has worked when I have killed the Xcode and Simulator Apps using Activity Monitor and then restarting those apps.

You can read these following threads: http://stackoverflow.com/questions/788277/iphone-strange-error-when-testing-on-simulator

http://discussions.apple.com/message.jspa?messageID=10416765

Krishnan
i tried it but doesnt work. thanks and if u get the solution please tell.Thanks
PARTH
Better restart your machine and try.
Krishnan
I tried but everytime restarting the machine is too inconvinient so i was searching for some better solution. Thanks Anyways
PARTH
I have updated my answer. Try that option.
Krishnan
it didnt work out. Thanks anyways
PARTH
A: 

I cleaned all targets, deleted my app from the simulator, and restarted my computer. Then it worked!

Rose Perrone