Hello š
I have a KMP project with multiple modules that I want to use in my iOS project. I am using the
KMMBridge to configure SPM for library publishing. So far so good. However, I also want to add the
CrashKiOS dependency to view symbolicated crash reports for Kotlin code on iOS.
On iOS, I have a workspace with 3 projects. I also have the Firebase SPM in my iOS project. If I add the CrashKiOS dependency in KMP and configure the framework to be static, everything works fine. If I donāt set it as static and I add the
co.touchlab.crashkios.crashlyticslink
, I can run the app locally, but when I test the build on Firebase or TestFlight, it crashes instantly. No crash report as I assume this is an issue with Firebase.
Has anyone had a similar issue?