xcode_launch_app
Launch an app on an iOS simulator by specifying its bundle identifier and simulator UDID, enabling automated testing and debugging workflows.
Instructions
Launch an app on a simulator
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| udid | Yes | The UDID of the simulator | |
| bundleId | Yes | Bundle identifier of the app | |
| args | No | Arguments to pass to the app | |
| waitForDebugger | No | Whether to wait for debugger |