fastlane-old / snapshot

Automate taking localized screenshots of your iOS app on every device
https://fastlane.tools
1.96k stars 141 forks source link

snapshot reset_simulators = lost iOS version. #436

Closed FreudGit closed 8 years ago

FreudGit commented 8 years ago

Hi

I've tried "snapshot reset_simulators". And after I cannot see all iOS version.

Most iOS version are downloaded, but all ios Version (iOS 8.x, iOS 9.x, etc doesn't appear in the dropdown on Xcode. How to reset this? (I know I can re-add manually using "Devices, Add", but i'm sure it's a way to just reset all, and have Xcode to offer redownload the sim.)

screen shot 2016-02-13 at 1 01 30 pm screen shot 2016-02-13 at 1 01 11 pm
bartoszj commented 8 years ago

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
FreudGit commented 8 years ago

wow, thanks!

vpolouchkine commented 8 years ago

Thanks for jumping in @bartoszj :+1:

fastlanebot commented 8 years ago

This issue was migrated to https://github.com/fastlane/fastlane/issues/2493. Please post all further comments there.

fastlane is now a mono repo, you can read more about the change in our blog post. All tools are now available in the fastlane main repo :rocket: