Skip to content

Instantly share code, notes, and snippets.

@brunogama
Forked from ZevEisenberg/resetAllSimulators.sh
Created May 17, 2016 17:13
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 brunogama/1af3e2e8063e04c4b04bfede341a6283 to your computer and use it in GitHub Desktop.
Save brunogama/1af3e2e8063e04c4b04bfede341a6283 to your computer and use it in GitHub Desktop.
Reset all iOS simulators with this one weird trick
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