uiauto icon indicating copy to clipboard operation
uiauto copied to clipboard

Can't load saved simulator data for specific sdk

Open TomaszAvaus opened this issue 11 years ago • 3 comments

The method "setup_simulator_data" used in .js files doesn't have option sdk. There is no possibility to load data for e.g. 7.0 simulator because default value is 6.1

TomaszAvaus avatar Jan 19 '14 23:01 TomaszAvaus

You can work around it by changing CURRENT_IOS_SDK_VERSION = "7.1-64" in simulator.rb to whatever simulator gets launched.

Hoping for an official fix...

maciekish avatar Aug 15 '14 14:08 maciekish

Thank you maciekish. I am using this workaround but there is a problem when I want to automate my build system for ios 7 and ios 6 in the same time. This is feature request.

TomaszZGor avatar Aug 18 '14 07:08 TomaszZGor

Same problem here, but it will be iOS 7/8. I tried implementing a parameter for this but Ruby isn't my strong side. I'd like this added as well please.

maciekish avatar Aug 18 '14 07:08 maciekish