ioscrashstack-tracegoogle-fabricdsym

Missing data in Fabric for IOS "Crashed: com.apple.root.default-qos"


I'm using Fabric.io to monitor and collect crash data for a IOS app.

I'm receiving now a lot of crash reports for this error "Crashed: com.apple.root.default-qos" but when I check Fabric to analyze it I got the following report:

enter image description here

where the stack-trace of the crash is missing. What should I do to receive the complete stack-trace?

App uses some libraries imported using CocoaPods. I'm attaching here also a screenshot with linked libraries: enter image description here


Solution

  • I have discovered that this report was sent because of missing "Privacy - Face ID Usage Description" (NSFaceIDUsageDescription) in Info.plist. I have no idea why the report was not complete, but after adding this key my app has stopped crashing.