-
Notifications
You must be signed in to change notification settings - Fork 3.4k
Closed
Labels
e1-hoursEffort: < 8 hrsEffort: < 8 hrsp1-highMajor but not urgent concern: Resolve in months. Update each month.Major but not urgent concern: Resolve in months. Update each month.
Description
flutter/flutter#67598 and flutter/flutter#67781 introduces a new flutter build ipa command.
Reference in the iOS deployment docs.
- Remove the
flutter build iosinstructions. - Replace
- Select Product > Archive to produce a build archive
- In the sidebar of the Xcode Organizer window, select your iOS app, then select the build archive you just produced.
with something like:
- Run
flutter build ipa- Open the archive in
build/ios/archivein Xcode by runningopen -a Xcode build/ios/archive/YourApp.xcarchiveor locating it in Finder and opening it.
Keep the "Click the Validate App button." next step.
Add something about flutter build ipa with hints for how to populate the optional --export-options-plist file.
xster, MarcoSoares11, mono0926, daniilshumkoidt, daniil-shumko and 9 more
Metadata
Metadata
Assignees
Labels
e1-hoursEffort: < 8 hrsEffort: < 8 hrsp1-highMajor but not urgent concern: Resolve in months. Update each month.Major but not urgent concern: Resolve in months. Update each month.