launch_app
Launch an installed app on a specific simulator using its bundle ID and simulator UDID. Optionally provide launch arguments or wait for a debugger.
Instructions
Launch an installed app on a simulator
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| args | No | Arguments to pass to the app on launch | |
| udid | Yes | The UDID of the simulator | |
| bundleId | Yes | Bundle identifier of the app to launch | |
| waitForDebugger | No | Wait for a debugger to attach before starting the app |