launch_app_sim
Launch an app on an iOS simulator for testing, automatically capturing runtime logs and returning the log file path.
Instructions
[XcodeBuildMCP] Launch app on simulator. Runtime logs are captured automatically and the log file path is included in the response.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| env | No | Environment variables to pass to the launched app (SIMCTL_CHILD_ prefix added automatically) | |
| launchArgs | No | Arguments passed to the launched app process on simulator runtime |