-
Notifications
You must be signed in to change notification settings - Fork 52
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[bug]: Missing dSYM files from obfuscated and released iOS app #342
Comments
I have just build in I have found the first by running : It may be a first lead 🙏 |
I am in an open case with Firebase support they are working on the issue and i will update here once i have more information. |
Any news on this? |
@Tom3652 - thank you for the confirmation. Closing out now this has been fixed upstream in Flutter. |
Is there an existing issue for this?
CLI Version
1.0.0
Firebase Tools version
13.20.2
Flutter Doctor Output
flutter doctor
Doctor summary (to see all details, run flutter doctor -v):
[✓] Flutter (Channel stable, 3.24.3, on macOS 15.0.1 24A348 darwin-x64, locale fr-FR)
[✓] Android toolchain - develop for Android devices (Android SDK version 35.0.0)
[✓] Xcode - develop for iOS and macOS (Xcode 16.0)
[✓] Chrome - develop for the web
[✓] Android Studio (version 2024.2)
[✓] VS Code (version 1.94.0)
[✓] Connected device (3 available)
[✓] Network resources
• No issues found!
Description
I am creating this issue to follow-up on this issue
After releasing an app with this command :
And having this script as the last Build Phase in Xcode :
The result is this crashlytics dashboard (please see Screenshots below)
Steps to reproduce
Try to create a
.ipa
file with an xcode archive usingflutter build ipa --obfuscate --release --split-debug-info=/Users/foxtom/StudioProjects/MyProject/build --build-name=1.1.0 --build-number=1
for a complex project with a lot of dependencies (since i don't know which one is missing, or maybe some flutter dSYMs ?)Expected behavior
I would like the
flutterfire_cli
to upload all the dSYMs for my project to crashlytics.Screenshots
Additional context and comments
Note : this may be an issue unrelated to
flutterfire_cli
and there are actually really missing dSYM files from the xcode archive that you can't find either, in that case it would be a Flutter issue when building a released obfuscated iOS IPA that doesn't put all the dSYM into the archive...The text was updated successfully, but these errors were encountered: