Friday, April 8, 2011

Unable to Deploy App to iOS Device

While testing an application on the iPad 2 I experienced several crashes.  All of a sudden I was no longer able to deploy to the device and received the following error in the debugger console within Xcode:

Couldn't register COMPANY.MyApp 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.warning: Unable to read symbols for /Developer/Platforms/iPhoneOS.platform/DeviceSupport/4.3.1 (8G4)/Symbols/Developer/usr/lib/libXcodeDebuggerSupport.dylib (file not found).
(gdb)

Tried restarting the machine running Xcode with no success.  Then tried restarting the iPad which seemed to do the trick.  Pretty standard procedure to try to fix issues that seem to have no apparent reason for occurring.
 

1 comment:

  1. Thanks for the tip, it seems that it helps in my case too.

    ReplyDelete