uiauto
uiauto copied to clipboard
Can't load saved simulator data for specific sdk
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
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...
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.
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.