Skip to main content
Glama

XcodeBuildMCP

build_dev_proj

Compiles an app for physical Apple devices from a specified project file. Input the project path and scheme to initiate the build process. Supports additional configurations and arguments for xcodebuild.

Instructions

Builds an app from a project file for a physical Apple device. IMPORTANT: Requires projectPath and scheme. Example: build_dev_proj({ projectPath: '/path/to/MyProject.xcodeproj', scheme: 'MyScheme' })

Input Schema

NameRequiredDescriptionDefault
configurationNoBuild configuration (Debug, Release)
derivedDataPathNoPath to derived data directory
extraArgsNoAdditional arguments to pass to xcodebuild
preferXcodebuildNoPrefer xcodebuild over faster alternatives
projectPathYesPath to the .xcodeproj file
schemeYesThe scheme to build

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "configuration": { "description": "Build configuration (Debug, Release)", "type": "string" }, "derivedDataPath": { "description": "Path to derived data directory", "type": "string" }, "extraArgs": { "description": "Additional arguments to pass to xcodebuild", "items": { "type": "string" }, "type": "array" }, "preferXcodebuild": { "description": "Prefer xcodebuild over faster alternatives", "type": "boolean" }, "projectPath": { "description": "Path to the .xcodeproj file", "type": "string" }, "scheme": { "description": "The scheme to build", "type": "string" } }, "required": [ "projectPath", "scheme" ], "type": "object" }
Install Server

Other Tools from XcodeBuildMCP

Related Tools

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/cameroncooke/XcodeBuildMCP'

If you have feedback or need assistance with the MCP directory API, please join our Discord server