Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can't load saved simulator data for specific sdk #9

Open
TomaszAvaus opened this issue Jan 19, 2014 · 3 comments
Open

Can't load saved simulator data for specific sdk #9

TomaszAvaus opened this issue Jan 19, 2014 · 3 comments

Comments

@TomaszAvaus
Copy link

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

@maciekish
Copy link

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...

@TomaszZGor
Copy link

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.

@maciekish
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants