xcode_export
Export an IPA from an Xcode archive by providing the archive path, export options plist, and output directory. Solves the need to generate a deployable app package from a completed build.
Instructions
Export an IPA from an Xcode archive using an export options plist
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| exportPath | Yes | Output directory for the exported IPA; absolute path required | |
| archivePath | Yes | Path to the .xcarchive; absolute path required | |
| timeoutSeconds | No | Command timeout in seconds (default: 300) | |
| exportOptionsPlist | Yes | Path to the export options plist file; absolute path required |