Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Couldn't register com.XXXXX.deviceapp with the bootstrap server

I am getting this error while running in device please do need full help to solve this;

Couldn't register com.XXXXX.deviceapp 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”.

like image 470
Devi Avatar asked Apr 20 '11 08:04

Devi


2 Answers

I have had this happen where I needed to restart the phone before error would go away.

Deleteing the app, restarting Xcode, clean build, didn't do anything. I shut the phone down and bought it back up and the error went away.

like image 66
TurqMage Avatar answered Sep 19 '22 03:09

TurqMage


Most annoying bug. Only solution at this point:

If you're trying to run on a device: Shut off and restart device

If you're trying to run in simulator on Mac: restart your Mac

You can also do a Force Quit on the process via the Activity Monitor.

like image 21
Hanaan Rosenthal Avatar answered Sep 20 '22 03:09

Hanaan Rosenthal