Actual reason not showing on Firebase Crashlytics for Swift

Viewed 659

I have added firebase Crashlytics in my swift project, and it is showing the crashes on the firebase console as well, but my problem is it is not showing the crash reason. It is showing the line number, function name and stack trace but it is not showing the reason in the console.

Please see the screenshots: enter image description here

enter image description here

But if I make it crash by writing some crash code by myself, it is showing the reason.

enter image description here

enter image description here

So my question: Is there any way to show the actual reason for the crash like null assigned on required parameter etc or did I miss something here?

1 Answers

Hi Please check if there is any dSYMs file missing in the Crashlytics panel

enter image description here

Related