Files
doneit-web/ios-build.md
T
2026-01-06 11:58:59 +01:00

821 B

TestFlight Build & Upload Guide (Flutter + iOS)

Follow these steps to generate and release a TestFlight build.

1. Update App Version

Edit pubspec.yaml:

version: 1.2.3+45
  • 1.2.3 → visible version
  • 45 → build number (must increase every release)

2. Install Dependencies

fvm flutter clean
fvm flutter pub get
cd ios && pod install && cd ..

3. Open Project in Xcode

open ios/Runner.xcworkspace

5. Archive in Xcode

  1. Product → Destination → Any iOS Device
  2. Product → Archive

6. Upload to TestFlight

After archive: - Click Distribute App - Choose App Store Connect → Upload

9. Enable TestFlight Testing