Can't publish iOS Firebase App Distribution #1968
-
If you are looking for help, please confirm the following...
Which mobile framework are you using?Flutter (Dart) Steps to reproduceThis discussion is the same as https://github.com/orgs/codemagic-ci-cd/discussions/1339 but closed and unanswered.
Expected resultsiOS App distributed to Firebase App Distribution Actual resultsAn error occurred when publishing: Build id (optional)64d9a637bd6ac080be77915a |
Beta Was this translation helpful? Give feedback.
Answered by
kulakarla
Aug 14, 2023
Replies: 1 comment 3 replies
-
Hello @adhityapaf, This error means that Codemagic cannot find the artefacts. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Modify your flutter build script to be like this:
flutter build ipa --release --export-options-plist=/Users/builder/export_options.plist