Skip to content

Instantly share code, notes, and snippets.

@halsk
Created February 8, 2013 16:28
Show Gist options
  • Save halsk/4740124 to your computer and use it in GitHub Desktop.
Save halsk/4740124 to your computer and use it in GitHub Desktop.
XCode での実機デバッグ時に、アプリが立ち上がらない場合の対応 ref: http://qiita.com/items/2f6dbe627cca99d334a2
"Couldn't register com.yourcompany.yourapp 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."
launchctl list|grep UIKitApplication|awk '{print $3}'|xargs launchctl remove
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment