Skip to content

Instantly share code, notes, and snippets.

@ManWithBear
Forked from ZevEisenberg/resetAllSimulators.sh
Created February 24, 2017 15:03
Show Gist options
  • Save ManWithBear/c1b50e3b54e332429cae47c8ba5fc5fd to your computer and use it in GitHub Desktop.
Save ManWithBear/c1b50e3b54e332429cae47c8ba5fc5fd 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