Docs
BlupLearnSupportDownload
  • Home 🏠
  • Wiki
    • Design (UI) ✏️
      • Blup Top Bar
      • Blup Menu Bar
      • Pages/Layers Panel
      • Toolkit
      • Insert Panel
        • TextField Widget
        • Progress Widget
        • FAB Widget
        • Icon Widget
        • Lottie Animation Widget
        • Text Button Widget
        • Appbar Widget
        • Checkbox Widget
        • Switch Widget
        • Slider Widget
        • Radio Widget
        • Progress bar Widget
        • Multi choice dialog Widget
        • Web View Widget
        • Camera View Widget
        • Map View Widget
        • Date Picker Widget
        • Time Picker Widget
        • IOS Date Picker Widget
        • IOS Timer Widget
        • Alert Dialog box Widget
        • Dropdown Menu Widget
      • Properties Panel
        • Pages Properties
        • Text Properties
        • List Properties
        • Rectangle Properties
      • Page Canvas
      • Choose from Assets
      • Right-Click Menu in Design
      • How to use navigate page in Blup
    • Logics ⚡
      • UI Nodes
        • Rectangle UI Node
        • Text UI Node
        • Group UI Node
        • List UI Node
        • Page ListView UI Node
      • Helper Nodes
        • Boolean Nodes
        • Date Time Nodes
        • Double Nodes
        • Duration Nodes
        • Integers Nodes
        • Json Nodes
        • List Nodes
        • Map Nodes
        • String Nodes
      • Variables Node Section
      • Function Node Section
      • Maths Node Section
      • Flow Control Section
      • Relational Operators Section
      • Logical Operators Section
      • System Node Section
      • SDK Library Section
      • Blup Sheet API Node Section
    • Backend 🔗
      • Sheets
      • SQL
    • Blup Code Editor
      • File Explorer
      • Editor Area
    • Publish to stores 🚀(Ship)
      • iOS Cloud Build 😮‍💨
        • Configure ⚙️
        • Run ▶️
      • Play Store
    • Build Your First App
      • TODO App
  • Blup Settings
  • Import from Figma
  • How to use WebView in Blup
  • How to use Google Maps in Blup
  • How to use the camera in blup?
  • How to add Splash screen in Blup?
  • How to know Debug prints in blup
  • How to use Google sign in in Blup
  • Creating sign up/ sign in in Blup
Powered by GitBook
On this page

Was this helpful?

Edit on GitHub
  1. Wiki
  2. Publish to stores 🚀(Ship)
  3. iOS Cloud Build 😮‍💨

Run ▶️

How to run iOS cloud build is Blup?

PreviousConfigure ⚙️NextPlay Store

Last updated 10 months ago

Was this helpful?

You have to first configure the details in Configure ⚙️section, if not done already.

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

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
How to run iOS cloud build is Blup?