boot_sim
Boots an iOS simulator by specifying the simulator UUID via the MCP server XcodeBuildMCP. Ensures correct simulator initialization for development and testing workflows.
Instructions
Boots an iOS simulator. IMPORTANT: You MUST provide the simulatorUuid parameter. Example: boot_sim({ simulatorUuid: 'YOUR_UUID_HERE' })
Input Schema
Name | Required | Description | Default |
---|---|---|---|
simulatorUuid | Yes | UUID of the simulator to use (obtained from list_simulators) |