iOS review guides

Build once.
Review the app.

Short, practical guides for running an iOS pull request in Simulator. Learn the setup, choose the right CI path, and keep reviews moving.

6 guides · Written for iOS teams
01iOS pull request previews

Run an iOS Pull Request in Simulator

Let reviewers try the app without changing branches or building it themselves.

4 minRead guide
02GitHub Actions for iOS

Build an iOS Simulator App with GitHub Actions

Create a Simulator build for each pull request.

5 minRead guide
03Faster iOS CI

Reuse an iOS CI Build Without Compiling Twice

Add previews without running the same Xcode build twice.

4 minRead guide
04Choose the right review path

TestFlight or Simulator for Pull Request Review?

Separate pull request review from device testing.

4 minRead guide
05xcodebuild reference

Build an iOS Simulator App with xcodebuild

Create the right .app for local Simulator review.

5 minRead guide
06iOS apps with Watch companions

Review an iOS App with a Watch Companion

Keep iPhone review and Watch testing clear.

4 minRead guide
START WITH ONE REPOSITORY

Put a Run in Simulator button on your next pull request.

Choose how your app builds. Get a setup you can add to your repository.

Create your setup