xcode_build
Build XCode projects or workspaces by specifying the path, scheme, and destination to automate builds directly in Xcode. If scheme or destination is not provided, it defaults to the active settings.
Instructions
Build a specific Xcode project or workspace. If scheme is not provided, builds the currently active scheme. If destination is not provided, uses the currently active destination.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
destination | No | Build destination (optional - uses active destination if not provided) | |
path | Yes | Absolute path to the .xcodeproj or .xcworkspace file to build | |
scheme | No | Name of the scheme to build (optional - uses active scheme if not provided) |