Skip to content

Instantly share code, notes, and snippets.

@huguesbr
Created October 13, 2015 07:27
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save huguesbr/a41dee283c2d7a5b4c2a to your computer and use it in GitHub Desktop.
Save huguesbr/a41dee283c2d7a5b4c2a to your computer and use it in GitHub Desktop.
Delete all iOS Simulator
xcrun simctl list devices | grep -v '^[-=]' | cut -d "(" -f2 | cut -d ")" -f1 | xargs -I {} xcrun simctl delete "{}"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment