How do we know the crash information in iOS framework, using Crashlytics

Viewed 37

I am creating a framework for my main application. I also integrated the Firebase Crashlytics. It's working fine when the crash occurred in the main app. But when the crash happens due to framework, it does not give any exact information like in the main. It only give, in which framework crash occurred and function name. There is no line number.

enter image description here

How do I know the exact information about crashes in the framework?

0 Answers
Related