build_project
Compile an active Xcode project by specifying the configuration and scheme. Enables efficient build processes directly through the Xcode MCP Server interface.
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. |