Skip to content

Instantly share code, notes, and snippets.

@johanforssell
Last active August 29, 2015 14:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save johanforssell/ffeaad858bb671be327b to your computer and use it in GitHub Desktop.
Save johanforssell/ffeaad858bb671be327b to your computer and use it in GitHub Desktop.
Reset all the iOS simulators you've got
instruments -s devices | \
grep Simulator | \
grep -o "[0-9A-F]\{8\}-[0-9A-F]\{4\}-[0-9A-F]\{4\}-[0-9A-F]\{4\}-[0-9A-F]\{12\}" | \
xargs xcrun simctl erase
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment