-
Notifications
You must be signed in to change notification settings - Fork 29.7k
Description
I've had a production crash reported by Crashlytics but it's not able to show me any details as there's a required dSYM missing with UUID 1F29F0F6-7F1B-3049-A2C2-B0101BD2AB95
Checking all the dSYMs in the build output folder does not show any dSYMs with that UUID. Doing a quick google of the UUID shows a couple of posts https://community.flutterflow.io/c/discuss-and-get-help/unable-to-deploy-to-app-store and https://community.flutterflow.io/c/discuss-and-get-help/failed-logs-can-someone-help that have the same UUID - so I'm guessing this dSYM is a framework or other library dSYM and not something specific to my code.
I noticed there's another 5 missing dSYMs in the Crashlytics dSYMs page as well, but those are showing as optional so I'm not sure how important those ones are. For completeness though they are as follows:
- 7626834B-C95E-307C-B8F1-04EB0824D2FE
- 0C071349-588B-309E-924B-6AF69FA560D7
- 71D7C146-9E6E-33A6-BB0D-3CF4763607F3
- 4106CC2E-94B4-3219-8B86-8FEA05CABB7D
- 45A0FAD5-4B81-32BF-A24E-76708AA387DF
I've had a number of crashes in the past (even on that same build) that haven't reported issues with missing dSYMs so I'm guessing most of the dSYMs are getting included in the build output fine without issues.
Details
flutter doctor -v (version used to build production release that experienced crash) [✓] Flutter (Channel stable, 3.3.1, on macOS 12.3.1 21E258 darwin-arm, locale en-AU) • Flutter version 3.3.1 on channel stable at /Users/nvx/flutter-331/flutter • Upstream repository https://github.com/flutter/flutter.git • Framework revision 4f9d92f (3 months ago), 2022-09-06 17:54:53 -0700 • Engine revision 3efdf03e73 • Dart version 2.18.0 • DevTools version 2.15.0[✓] Xcode - develop for iOS and macOS (Xcode 13.4.1)
• Xcode at /Applications/Xcode.app/Contents/Developer
• Build 13F100
• CocoaPods version 1.11.3
[!] Flutter IDE Support (No supported IDEs installed)
• IntelliJ - https://www.jetbrains.com/idea/
• Android Studio - https://developer.android.com/studio/
• VS Code - https://code.visualstudio.com/
[!] Connected device
! No devices available
[✓] HTTP Host Availability
• All required HTTP hosts are available
! Doctor found issues in 2 categories.
Metadata
Metadata
Assignees
Labels
Type
Projects
Status