-
Run
flutter build ipa --release -t lib/main/production.dart
$ flutter build ipa Archiving com.example.example... Automatically signing iOS for device deployment using specified development team in Xcode project: J........Z Running pod install... Running Xcode build... └─Compiling, linking and signing... Xcode archive done. Built /path/to/build/ios/archive/example.xcarchive. 💪 Building with sound null safety 💪
-
Open the project in xcode >
project/ios
. -
Select:
Product
>Archive
. Let the archive complete. -
Select:
Window
>Organizer
. To open Product's archive. -
Select
Runner
on the dropdown and then select Product/Archive tab. there you should see the latest archive you created in xcode. -
Select
Distribute App
to start the app distribution flow. Select the following options:a.
App Store Connect
b.
Export
c. Select
Strip Swift Symbols
,Upload your app's symbols
, andManage Version and Build Number
d.
Automatically Manage Signing
e. Xcode will now start it's export process.
-
Once exported, import the
.ipa
intoTransporter
and deliver to Apple store connect. -
The app should now appear in TestFlight.
Last active
July 7, 2022 20:37
-
-
Save Luckey-Elijah/52b6a00922507f39a05b214ca76bc82a to your computer and use it in GitHub Desktop.
Flutte upload to tesflight
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment