TNTStack
Deployment

iOS Builds

iOS support status, requirements, and local builds.

The scaffolded project includes a structurally complete and pre-configured iOS project in apps/native/src-tauri/gen/apple/. The Xcode project, launch screens, and app icons are already wired up to your Next.js frontend.

Hardware Limitation Notice Because iOS compilation strictly requires a macOS environment and Apple Developer certificates, the iOS portion of this template is provided "as-is" and relies entirely on your local setup. Automated CI/CD workflows for iOS are not bundled by default.

Prerequisites

To build and run the iOS app, you must follow Apple's standard development requirements:

  • A macOS machine
  • Xcode installed via the App Store
  • An active Apple Developer account (for physical device testing and App Store distribution)

For complete environment setup instructions, refer to the official Tauri iOS Guide.

Local Build

If your macOS environment is fully set up with Xcode and your developer account is linked, you can build locally:

CommandWhat it does
pnpm tauri ios devStarts the Next.js dev server and opens the iOS simulator with hot reload.
pnpm tauri ios buildCompiles a production build (requires provisioning profile).

On this page