Skip to content

Instantly share code, notes, and snippets.

@portellaa
Last active November 21, 2016 22:22
Show Gist options
  • Save portellaa/23fe99f9122bf8e2a7a1efcafb3e6d1f to your computer and use it in GitHub Desktop.
Save portellaa/23fe99f9122bf8e2a7a1efcafb3e6d1f to your computer and use it in GitHub Desktop.
Remove all simulators from xcode devices list
xcrun simctl list devices | egrep -o '([A-F0-9]+-){4}[A-F0-9]+' | xargs -I 📱 xcrun simctl delete 📱
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment