Should we run xcrun simctl boot $udid? And possibly open Simulator to get the window to show up?
It's a bit unclear what we should do afterwards if we do: Should we shut the device down too? That'd work poorly if you have multiple cargo-apple-runners running in parallel, and it'd be an annoying iteration cycle (because usually you don't want to shut the device down).
Should we run
xcrun simctl boot $udid? And possiblyopen Simulatorto get the window to show up?It's a bit unclear what we should do afterwards if we do: Should we shut the device down too? That'd work poorly if you have multiple
cargo-apple-runners running in parallel, and it'd be an annoying iteration cycle (because usually you don't want to shut the device down).