export_ipa
Generate IPA files from Xcode archives using specified export methods like app-store, ad-hoc, enterprise, or development. Define archive and export paths for streamlined IPA creation.
Instructions
Export an IPA file from an Xcode archive
Input Schema
Name | Required | Description | Default |
---|---|---|---|
archivePath | Yes | Path to the .xcarchive file | |
exportMethod | No | Export method for the IPA | development |
exportPath | No | Directory where the IPA should be exported (optional) |