You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Only ignore the already-booted error from simctl boot
simctl boot errors out (exit 149) when the device is already booted. Since the
goal is simply for the device to be booted, treat that as a no-op -- but only
after confirming via 'simctl list' that the device really is in the Booted
state, mirroring the existing apple/testing/default_runner/simulator_creator.py
helper. Exit 149 is not unique to already-booted (a device stuck 'Shutting
Down' reports it too), so every other failure still propagates.
0 commit comments