xcodebuild_archive
Archive an Xcode project or workspace using a specified scheme and save the archive to a desired path for distribution or testing.
Instructions
Archive an Xcode project or workspace.
Args: project: Path to .xcodeproj file workspace: Path to .xcworkspace file scheme: Scheme name to archive (required) archive_path: Path where to save the archive
Returns: Archive result
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project | No | ||
| workspace | No | ||
| scheme | No | ||
| archive_path | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |