Skip to main content

(iOS) Deploy to bitrise.io

DescriptionClick to copy link

Build and distribute your app to testers via Bitrise.io Ship.

PrerequisitesClick to copy link

You have code signing set up. See iOS code signing for more details.

InstructionsClick to copy link

  1. Add the Xcode Archive & Export for iOS Step. Set the input variables:

    • Project path: by default, $BITRISE_PROJECT_PATH.
    • Scheme: by default, $BITRISE_SCHEME.
    • Distribution methoddevelopmentad-hoc or enterprise.
  2. Add the Deploy to Bitrise.io - Apps, Logs, Artifacts Step.

bitrise.ymlClick to copy link

- xcode-archive@4:
inputs:
- project_path: "$BITRISE_PROJECT_PATH"
- scheme: "$BITRISE_SCHEME"
- automatic_code_signing: apple-id
- distribution_method: development
- deploy-to-bitrise-io@2: {}