iOS deployment
To use Bitrise to deploy an iOS app to any platform, you will need code signing files and you'll have to archive your Xcode project and export a signed IPA file.
Once you built your app and ran unit tests and UI tests on it, it’s time to deploy it.
To deploy an iOS app to any platform, you need:
-
Code signing files.
-
To archive your Xcode project and export a signed IPA file.
Our guides delve into the specifics of these two basic requirements and show how to use our Steps to deploy the app in the exact way you want to!
We also recommend checking out Ship, our deployment solution that aims to save you a lot of headache in publishing your apps: Deploying with ShipDeploying with Ship
A Step is a block of script execution that encapsulates a build task on Bitrise: the code to perform that task, the inputs and parameters you can define for the task, and the outputs the task generates.