Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Bootstrap Server Error in Xcode IPHONE [duplicate]

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.

like image 674
Parth Bhatt Avatar asked Oct 11 '10 11:10

Parth Bhatt


2 Answers

UPDATE

You can check this link. This may solve your problem. Couldn't register with the 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: iPhone - strange error when testing on simulator

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

like image 84
RK- Avatar answered Sep 20 '22 21:09

RK-


I had this problem on my device while tethered and debugging. I had to restart my phone(iPhone 4). It makes sense based on the problems with the simulators...

like image 36
cipherz Avatar answered Sep 23 '22 21:09

cipherz