On the Xcode 11.3 stack, launching the simulator to run tests would take about 2 min. No on the Xcode 11.4 stack, launching the simulator is taking 3+ min.
Environment:
Where did the issue happen?
Xcode 11.4 stack
Which build Step causes the issue and which version of the step?
A script step that is running fastlane run_tests
Reproducibility
Does a āRebuildā help? (You can trigger a rebuild from the Buildās page, by clicking the āRebuildā button in the top right corner of a finished build) : NO
Hi @CraigSiemens,
are you also facing the issue that the iOS watchdog kills the app due to this with the 0x8badf00d error code? On the Xcode 11.4 stack we often see this happening while running the unit tests.
Sadly no⦠Since Iām also not sure if this is an issue with the image of the Xcode 11.4 stack or if it is an issue on Apples side I also filed a Feedback (FB7656887).
We also tried this workaround, but it only reduced the 0x8badf00d error from roughly 9 out of 10 cases to around 5 out of 10 cases. So it is still occurring in the majority of our builds.
We havenāt run into any issues with watchdog killing the app when running our unit tests. Itās just taking a long time for the simulator to start up.