Automatically upload dSYM files to Firebase from Codemagic #2648
Replies: 2 comments
-
Hey @FrazeColder I can't see the content of your Firebase Console account, but I assume you're talking about the "Unknown version" issue Please check this SO discussion answer, which should explain the reason why is this happening |
Beta Was this translation helpful? Give feedback.
0 replies
-
I'm tentatively closing the discussion since we haven't heard back from you. You can open the discussion again by replying to this message or opening a new discussion. |
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
-
If you are looking for help, please confirm the following...
Which mobile framework are you using?
Flutter (Dart)
Steps to reproduce
Hey there,
I am using Codemagic to build my Flutter app. Furthermore, I am using Firebase Crashlytics to keep track of my app. In order to properly use Firebase Crashlytics I need to upload the dSYM File of each build to Firebase.
When I build my app locally I can use the following script according to Firebase Crashlytics:
In order to upload my dSYM file automatically I have added this script to Xcode: https://stackoverflow.com/a/64782202
However, I want Codemagic to build and upload my dYSM files when I build the app. Therefore, I need to follow this documentation and added this code to my
codemagic.yaml
file: https://docs.codemagic.io/knowledge-firebase/firebase-crashlytics-dsym-uploading/Now I am facing multiple problems and questions:
Expected results
Having just one UUID per version with an uploaded dSYM from Codemagic and when I build my app locally to test and develope it, I want to have my dSYMs being uploaded automatically as well but from my local machine.
Actual results
Mulitple and unknown versions without an uploaded dSYM
Build id (optional)
No response
Beta Was this translation helpful? Give feedback.
All reactions