run_project_unmonitored
Launch an Xcode project and return immediately, leaving the app running in the background without monitoring. Ideal for long-running apps or manual testing; retrieve logs later.
Instructions
Launch the app in Xcode and return immediately without waiting.
The app will continue running until you stop it manually in Xcode. No monitoring, no automatic termination, no log extraction.
Use get_runtime_output later (after manual termination) to retrieve logs.
Perfect for: Long-running apps, servers, apps needing extended manual testing
Args: project_path: Path to an Xcode project/workspace directory scheme: Optional scheme to run. If not provided, uses the active scheme.
Returns: Success message indicating the app has been launched
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_path | Yes | ||
| scheme | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |