Hello :wave: I have a KMP project with multiple mo...
# multiplatform
i
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?
i
Thank you Rick. I think it is too, but I haven’t been able to find a solution
r
As I understand it the only ā€œsolutionā€ is to use a static framework when app thinning is involved.
šŸ˜ž 1
šŸ‘ 1