We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hello! I'm facing the issue when fastlane exit before the simulator has been created. So fastlane exit and do not delete the sim. And for the next build sim present and such an issue not be repeated this time. I saw that timeout for this - 90 seconds: https://github.com/plu/simctl/blob/master/fastlane-plugin-simctl/lib/fastlane/plugin/simctl/helper/simctl_helper.rb#L7 Could the timeout be as a parameter so users can increase it on their needs? As well I saw the warmup script that as I understand should prepare a simulator but I don't see it has been used anywhere. What is the purpose of it or how to use it in fastlane? https://github.com/plu/simctl/blob/master/lib/simctl/command/warmup.rb
The text was updated successfully, but these errors were encountered:
Hello @plu ! Can You please check this?
Sorry, something went wrong.
No branches or pull requests
Hello!


I'm facing the issue when fastlane exit before the simulator has been created.
So fastlane exit and do not delete the sim.
And for the next build sim present and such an issue not be repeated this time.
I saw that timeout for this - 90 seconds: https://github.com/plu/simctl/blob/master/fastlane-plugin-simctl/lib/fastlane/plugin/simctl/helper/simctl_helper.rb#L7
Could the timeout be as a parameter so users can increase it on their needs?
As well I saw the warmup script that as I understand should prepare a simulator but I don't see it has been used anywhere.
What is the purpose of it or how to use it in fastlane?
https://github.com/plu/simctl/blob/master/lib/simctl/command/warmup.rb
The text was updated successfully, but these errors were encountered: