Skip to content

Instantly share code, notes, and snippets.

@Pitsko
Created November 9, 2015 07:32
Show Gist options
  • Save Pitsko/54ac37ceaede07c97e4c to your computer and use it in GitHub Desktop.
Save Pitsko/54ac37ceaede07c97e4c to your computer and use it in GitHub Desktop.
xcrun simctl list | awk -F "[()]" '{ for (i=2; i<NF; i+=2) print $i }' | grep '^[-A-Z0-9]*$' | xargs -I uuid xcrun simctl erase uuid
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment