simctl_launch
Launch iOS Simulator apps by specifying device and bundle identifier to test applications during development.
Instructions
Launch an app on a simulator
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| device | Yes | Device UDID, name, or "booted" | |
| bundle_id | Yes | Bundle identifier of the app to launch | |
| args | No | Optional arguments to pass to the app | |
| wait_for_debugger | No | Wait for debugger to attach before launching | |
| console_pty | No | Connect stdout/stderr to the current terminal |