Skip to content

Instantly share code, notes, and snippets.

@denisoliveira
Created February 4, 2020 20:28
Show Gist options
  • Save denisoliveira/44c9dc4747f5ad2fb8c4d327e79851e4 to your computer and use it in GitHub Desktop.
Save denisoliveira/44c9dc4747f5ad2fb8c4d327e79851e4 to your computer and use it in GitHub Desktop.
#As was mentioned, you can use xcrun to do a few things:
#to list all simulators
xcrun simctl list devices
# or
xcrun simctl list --json
# to delete specific device
xcrun simctl delete # <device udid>
# to remove old devices for runtimes that are no longer supported
xcrun simctl delete unavailable
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment