You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If I'm reading this correctly, both of these scripts are achieving the same thing with a slight caveat:
The former seems to upload all DSYM fils under build/ios/archive/Runner.xarchive/dSYMs: which contains 63 files for me
The latter only uploads build/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?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
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