Replies: 2 comments 7 replies
-
same with me on react-native ... i do not know if they are related ... they might be ... just trying to bump this |
Beta Was this translation helpful? Give feedback.
7 replies
-
This discussion is being closed due to no activity in the last 14 days. You can reopen the discussion at any time if needed. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Context
I have a Flutter app that I can manually build, validate and distribute into the iOS AppStore (using XCode). When I do this, the app works fine on TestFlight user's devices.
Problem
However, when I distribute it using CodeMagic, the app gets deployed to TestFlight users devices. When they open the app, it immediately crashes. I have Firebase Crashlytics enabled, but I don't see any crashes related to this, so it's likely not reaching the Flutter code at all.
Crash details
Downloading the crash reports and opening in XCode shows:
What I have tried
I have double-checked all the documentation in https://docs.codemagic.io/flutter-publishing/publishing-to-app-store/ (I am indeed using Automatic Signing).
What am I missing?
Related Links
CodeMagic latest successful build (that distributed the app to TestFlight): https://codemagic.io/app/6402b96ea0d5401c47deafc4/build/6406d444c5b52cc555f0ddde
Beta Was this translation helpful? Give feedback.
All reactions