simctl icon indicating copy to clipboard operation
simctl copied to clipboard

execution expired error while create simulator

Open danylo-zakharchenko opened this issue 2 years ago • 1 comments

Hello! I'm facing the issue when fastlane exit before the simulator has been created. image image 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

danylo-zakharchenko avatar Jul 28 '23 10:07 danylo-zakharchenko

Hello @plu ! Can You please check this?

danylo-zakharchenko avatar Nov 29 '23 12:11 danylo-zakharchenko