Skip to content

Instantly share code, notes, and snippets.

@csandeep
Created April 2, 2015 03:54
Show Gist options
  • Save csandeep/849027488c2f29a1a825 to your computer and use it in GitHub Desktop.
Save csandeep/849027488c2f29a1a825 to your computer and use it in GitHub Desktop.
Reset iOS Simulator
killall 'iOS Simulator'
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