Hi, Good day everyone, I'm currently working on a...
# multiplatform
m
Hi, Good day everyone, I'm currently working on an iOS application that is integrated with Firebase Crashlytics. This application depends on a Kotlin Multiplatform Mobile (KMM) module, which I've integrated into the app using CocoaPods. However, I encountered a problem when testing crash reports in Firebase. When I force a crash inside the KMM module, Firebase is unable to read the crash report effectively, unlike when I trigger a crash in the native iOS code of the app I would like to know if there is a specific configuration that would allow my KMM module to generate its own
.dSYM
file