Flutter: build the .ipa
20 minBuild the App Store package from the CLI:
- Run the build (below). Output lands in
build/ios/ipa/. flutter build ipaarchives and exports for App Store distribution in one shot. If you prefer the Xcode UI,flutter build ipastill leaves an.xcarchiveinbuild/ios/archive/you can open in Organizer.- Upload the
.ipawith the Transporter app (Mac App Store) orxcrun altoolβ or open the archive in Xcode Organizer and use Distribute App (next step).
flutter build ipa --releasexcrun altool --upload-app -f build/ios/ipa/*.ipa -t ios -u you@example.com -p "abcd-efgh-ijkl-mnop"