clean_project
Remove build artifacts and derived data from an Xcode project or workspace to resolve build issues and free up space.
Instructions
Clean the specified Xcode project or workspace.
Args: project_path: Path to an Xcode project/workspace directory. timeout: Maximum seconds to wait for the clean to complete. If not provided, defaults to 600. Must be a positive integer.
Returns: Output message
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_path | Yes | ||
| timeout | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |