Bootstrap Server Error in Xcode IPHONE

Viewed 28827

I get the error below 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 could be wrong?

Please give your suggestions, they are most welcome.

9 Answers

Try following things one by one:

  1. Delete the app from iphone. (or simulator).

  2. Restart your iphone. (or simulator).

  3. If you are on iphone/ipad/ipod, have you installed any other app with the same code-signing certificate? If yes delete that too, and restart your phone.

  4. Not solved yet? Strange!! Try quitting xcode and restarting system.

Related