0

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

Vadim Kotov
  • 8,084
  • 8
  • 48
  • 62
Patrik
  • 595
  • 4
  • 15

1 Answers1

0

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.

Patrik
  • 595
  • 4
  • 15