Bytesalt Runpad
Getting Started
Generate a build

Generate a build

Before you can start testing on Runpad, you'll need to make a build of your app that's ready for simulators. Don't worry if you don't have a fancy CI system – you can make one yourself.

Generate an iOS build

  1. Launch Xcode and open up your app's workspace.

  2. Choose your app's scheme at the top, then pick Any iOS Simulator Device (arm64, x86_64).

    Generate Build - iOS - 1

  3. Press CMD+B to make your app.

  4. When it's done, go to Product -> Show Build Folder in Finder.

    Generate Build - iOS - 2

  5. There's your build! Keep that window open – we'll use it on Runpad next.

    Generate Build - iOS - 3

Generate an Android build

  1. Launch Android Studio and open up your app's workspace

  2. Go to Build -> Build Bundle(s) / APK(s) -> Build APK(s)

    Generate build - Android - 1

  3. Once its ready, click locate button

    Generate build - Android - 2

  4. There's your build! Keep that window open – we'll use it on Runpad next.

    Generate build - Android - 3