clean_ws
Clean build products for a specific workspace using xcodebuild. Requires workspacePath; optional parameters include scheme, configuration, derivedDataPath, and extraArgs.
Instructions
Cleans build products for a specific workspace using xcodebuild. IMPORTANT: Requires workspacePath. Scheme/Configuration are optional. Example: clean_ws({ workspacePath: '/path/to/MyProject.xcworkspace', scheme: 'MyScheme' })
Input Schema
Name | Required | Description | Default |
---|---|---|---|
configuration | No | Optional: Build configuration to clean (Debug, Release, etc.) | |
derivedDataPath | No | Optional: Path where derived data might be located | |
extraArgs | No | Additional xcodebuild arguments | |
scheme | No | Optional: The scheme to clean | |
workspacePath | Yes | Path to the .xcworkspace file (Required) |
Input Schema (JSON Schema)
You must be authenticated.
Other Tools from XcodeBuildMCP
- boot_sim
- build_ios_sim_id_proj
- build_ios_sim_id_ws
- build_ios_sim_name_proj
- build_ios_sim_name_ws
- build_run_ios_sim_id_proj
- build_run_ios_sim_id_ws
- build_run_ios_sim_name_proj
- build_run_ios_sim_name_ws
- clean_proj
- clean_ws
- get_ios_bundle_id
- get_sim_app_path_id_proj
- get_sim_app_path_id_ws
- get_sim_app_path_name_proj
- get_sim_app_path_name_ws
- install_app_sim
- launch_app_logs_sim
- launch_app_sim
- open_sim
- start_sim_log_cap
- stop_sim_log_cap
Related Tools
- @cameroncooke/XcodeBuildMCP
- @ShenghaiWang/xcodebuild
- @devyhan/xcode-mcp
- @cameroncooke/XcodeBuildMCP
- @ShenghaiWang/xcodebuild
- @devyhan/xcode-mcp