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.
But if I make it crash by writing some crash code by myself, it is showing the reason.
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?




