Skip to content

Instantly share code, notes, and snippets.

@northofnormal
Created December 3, 2018 14:44
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 northofnormal/a1e0cf5f818fd69451c58d9aa7bc3178 to your computer and use it in GitHub Desktop.
Save northofnormal/a1e0cf5f818fd69451c58d9aa7bc3178 to your computer and use it in GitHub Desktop.
code for resetting ios simulators from the command line
osascript -e 'tell application "iOS Simulator" to quit'
osascript -e 'tell application "Simulator" to quit'
xcrun simctl erase all
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment