Skip to main content
Glama

xcode_build

Automate Xcode project or workspace builds by specifying the scheme and optional destination. Simplifies build processes and extracts errors or warnings from logs.

Instructions

Build a specific Xcode project or workspace with the specified scheme. If destination is not provided, uses the currently active destination.

Input Schema

NameRequiredDescriptionDefault
destinationNoBuild destination (optional - uses active destination if not provided)
schemeYesName of the scheme to build
xcodeprojYesPath to the .xcodeproj file to build (or .xcworkspace if available) - supports both absolute (/path/to/project.xcodeproj) and relative (MyApp.xcodeproj) paths

Input Schema (JSON Schema)

{ "properties": { "destination": { "description": "Build destination (optional - uses active destination if not provided)", "type": "string" }, "scheme": { "description": "Name of the scheme to build", "type": "string" }, "xcodeproj": { "description": "Path to the .xcodeproj file to build (or .xcworkspace if available) - supports both absolute (/path/to/project.xcodeproj) and relative (MyApp.xcodeproj) paths", "type": "string" } }, "required": [ "xcodeproj", "scheme" ], "type": "object" }

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/lapfelix/XcodeMCP'

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