[Crashlytics]: dsyms are not being uploaded to firebase #13831
Labels
Needs Attention
This issue needs maintainer attention.
platform: ios
Issues / PRs which are specifically for iOS.
plugin: crashlytics
type: bug
Something isn't working
Is there an existing issue for this?
Which plugins are affected?
Crashlytics
Which platforms are affected?
iOS
Description
The dsym files are not being uploaded to firebase when distributing the app via TestFlight. I am distributing the app like so: In Xcode -> Create Archive -> App Store Connect. But they are not being uploaded when debugging either.
Here is my Xcode
Debug Information Format
Setting:I have setup the app with
flutterfire
andflutterfire configure
as described here https://firebase.google.com/docs/crashlytics/get-started?platform=flutter.That's my Build Phase for
FlutterFire: flutterfire upload-crashlytics-symbols
, which was created byflutterfire configure
:I can ensure that the dsyms are being created, because they are included in the Xcode archive and I can upload them to firebase manually.
I believe that problem exists since I upgraded to Xcode16, but I am not sure about that.
Reproducing the issue
Setup an app with flutterfire as described here https://firebase.google.com/docs/crashlytics/get-started?platform=flutter.
Distribute the app via TestFlight.
Firebase Core version
3.7.0
Flutter Version
3.24.4
Relevant Log Output
No response
Flutter dependencies
Expand
Flutter dependencies
snippetAdditional context and comments
flutter doctor -v
The text was updated successfully, but these errors were encountered: