xcode_run
Build Xcode projects and launch apps in iOS Simulator. Compiles code, returns build errors on failure, and runs the app with the specified bundle identifier.
Instructions
Build an Xcode project and launch the app in the iOS Simulator. Returns build errors if the build fails, or a success message with the launched process ID.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| bundle_identifier | Yes | App bundle identifier to launch (e.g. com.example.MyApp) | |
| configuration | No | Build configuration. Default: Debug | |
| project_path | Yes | Path to the Xcode project directory, .xcodeproj, or .xcworkspace | |
| scheme | No | Build scheme name. Auto-detected if omitted. | |
| simulator_udid | No | Simulator UDID. Default: first booted simulator |