xcode_build_settings
Resolve and display Xcode build settings for a specific scheme and configuration. Use to inspect resolved values without performing a build.
Instructions
Show resolved build settings for a scheme and configuration
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| scheme | No | Build scheme name | |
| projectPath | No | When omitted, xcodebuild runs in the MCP server process's working directory (usually not the project directory); passing projectPath explicitly is recommended | |
| configuration | No | Build configuration | |
| timeoutSeconds | No | Command timeout in seconds (default: 120) |