Skip to content

Instantly share code, notes, and snippets.

@jessearmand
Created January 4, 2013 12:44
Show Gist options
  • Select an option

  • Save jessearmand/4452361 to your computer and use it in GitHub Desktop.

Select an option

Save jessearmand/4452361 to your computer and use it in GitHub Desktop.
unfuckbootstrap from mikeash, when the simulator refused to launch your app
#!/bin/sh
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