Replies: 2 comments
-
Hello @orkun1675, |
Beta Was this translation helpful? Give feedback.
-
Thanks, we'll give it a test without the additional script to see what happens. |
Beta Was this translation helpful? Give feedback.
-
If you are looking for help, please confirm the following...
Which mobile framework are you using?
Flutter (Dart)
Steps to reproduce
The guidelines at https://docs.codemagic.io/knowledge-firebase/firebase-crashlytics-dsym-uploading/ recommend adding a publish script that manually locates and uploads DSYM files to Frashlytics.
However, if one follows the steps at https://firebase.google.com/docs/crashlytics/get-started?platform=flutter to setup Crashlytics their
project.pbxproj
file will be updated after runningflutterfire configure
to include the following build step:If I'm reading this correctly, both of these scripts are achieving the same thing with a slight caveat:
build/ios/archive/Runner.xarchive/dSYMs
: which contains 63 files for mebuild/ios/archive/Runner.xarchive/dSYMs/Runner.app.dSYM/Contents/Resources/DWARF/Runner
So my question for Codemagic folks is: is the latter script executed during Codemagic builds? Why do we need the former script? Is
flutterfire configure
not uploading sufficient information to begin with?Thank you for your time.
Expected results
N/A
Actual results
N/A
Build id (optional)
No response
Beta Was this translation helpful? Give feedback.
All reactions