core/commands/simulator/simulator_utils library

Functions

resolveSimulatorDevice() Future<String>
Resolves the iOS simulator device target for xcrun simctl commands.
runSimctl(List<String> args) Future<String?>
Runs xcrun simctl with the given args and returns the result.
runSimctlWithOutput(List<String> args) Future<({String? error, String? stdout})>
Runs xcrun simctl and returns (stdout, error).