Sometimes Xcode does not stop the debugging process properly and the only way to kill that process seems to be a reboot of the mac.
I can not kill it via shell command (kill -9, or actually sudo – kill -9). I also tried to remove the process from the launchctl table before killing with the command, which also does not work, the command returns ‘No such process’.
Is there really no other way than rebooting the system in such a case??
Thanks.
Try looking here: Couldn't register with the bootstrap Server and here: iPhone – strange error when testing on simulator
I myself experienced this occasionally, but I’ve never managed to resolve it using any of the methods stated. Hate to say this, but I always end up restarting the Mac to fix it.