build_project
Compile the active Xcode project using a specified configuration and scheme. Facilitates building projects directly through the Xcode MCP Server for streamlined development workflows.
Instructions
Builds the active Xcode project using the specified configuration and scheme.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
configuration | Yes | Build configuration to use (e.g., 'Debug' or 'Release'). | |
scheme | Yes | Name of the build scheme to be built. Must be one of the schemes available in the project. |