stop_project
Stop an active Xcode build or run operation. Provide the path to the .xcodeproj or .xcworkspace directory.
Instructions
Stop the currently running build or run operation for the specified Xcode project or workspace.
Args: project_path: Path to an Xcode project/workspace directory, which must end in '.xcodeproj' or '.xcworkspace' and must exist.
Returns: A message indicating whether the stop was successful
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_path | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |