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 teamsRun an iOS Pull Request in Simulator
Let reviewers try the app without changing branches or building it themselves.
02GitHub Actions for iOSBuild an iOS Simulator App with GitHub Actions
Create a Simulator build for each pull request.
03Faster iOS CIReuse an iOS CI Build Without Compiling Twice
Add previews without running the same Xcode build twice.
04Choose the right review pathTestFlight or Simulator for Pull Request Review?
Separate pull request review from device testing.
05xcodebuild referenceBuild an iOS Simulator App with xcodebuild
Create the right .app for local Simulator review.
06iOS apps with Watch companionsReview an iOS App with a Watch Companion
Keep iPhone review and Watch testing clear.
START WITH ONE REPOSITORY
Create your setup 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.