My app uses the location service. To test what is happening when the user presses \'Don\'t allow\' when the simulator asks for the permission to access the location service
Nice and handy tool. The great Fastlane commandline tools (https://github.com/fastlane/snapshot)
snapshot reset_simulators
reset_simulators is removing all simulators and create new one only for the latest iOS version. If you want to recreate simulators for other versions you have to provide the list of the versions after the --ios argument, e.g.
snapshot reset_simulators --ios 8.3,8.4,9.0,9.1