Skip to content

Instantly share code, notes, and snippets.

@pdcgomes
Created January 20, 2016 14:10
Show Gist options
  • Select an option

  • Save pdcgomes/cb96e0e9f0705226cb19 to your computer and use it in GitHub Desktop.

Select an option

Save pdcgomes/cb96e0e9f0705226cb19 to your computer and use it in GitHub Desktop.
Remove all device simulator for a given SDK
xcrun simctl list --json | jq '.devices | ."iOS 8.4"' | grep '.udid' | awk '{print $2}' | sed s/\"//g | xargs -I {} xcrun simctl delete {}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment