# Run ▶️

{% hint style="warning" %}
You have to first configure the details in [configure](https://docs.blup.in/wiki/publish-to-stores-ship/ios-cloud-build/configure "mention")section, if not done already.
{% endhint %}

Follow the below steps to build & Publish an iOS build on App Store, even if you are on Windows or Linux.

<figure><img src="https://4209426742-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-Me1x4TD1HxodVbK1aDe%2Fuploads%2FnMjotZGvkDtdehG7TlG9%2FiOS%20cloud%20publish%20run.png?alt=media&#x26;token=5c330de9-3698-481e-8c26-909c9c486ccb" alt=""><figcaption><p>How to run iOS cloud build is Blup?</p></figcaption></figure>

Running iOS cloud builds can be straightforward and efficient. This guide will help you understand the steps to successfully execute an iOS cloud build for your app. Let's dive in!

### Step-by-Step Guide 📝

#### 1. Prepare Your Project 📁

Before starting, ensure your project is ready:

* **Update Dependencies**: Make sure all your dependencies are up-to-date.
* **Check Configurations**: Verify all configurations are correct, including your `Info.plist` file.

#### 2. Configure Cloud Build Settings ☁️

Set up your cloud build environment:

* **Sign In**: Log into your cloud build service provider.
* **Select Project**: Choose the project you want to build.
* **Configure Build Settings**: Adjust settings like build configurations, environment variables, and provisioning profiles.

#### 3. Start the Build Process 🏗️

Initiate the build:

* **Trigger Build**: Click on the ‘Start Build’ button.
* **Monitor Build**: Watch the build progress and ensure there are no errors. This step might take a few minutes.

#### 4. Troubleshooting Common Issues 🛠️

Sometimes, issues can occur:

* **Build Failures**: Check error logs to identify the cause.
* **Configuration Errors**: Double-check your settings and try again.
* **Dependency Issues**: Ensure all dependencies are correctly installed and compatible.

#### 5. Finalize and Download Build 📥

Once the build is successful:

* **Download Build**: Retrieve the built application from the cloud.
* **Test Application**: Run tests on your app to ensure it works as expected.
* **Deploy to App Store**: Follow the guidelines to publish your app on the App Store.

Remember to review the detailed instructions provided in Blup's documentation to ensure a smooth build and publishing process.

For more detailed instructions, visit [Blup Docs](https://docs.blup.in/wiki/publish-to-stores-ship/ios-cloud-build/run).
