Is it possible to use KMMBridge and CrashKiOS together?
k
kpgalligan
02/06/2025, 6:41 PM
In theory, but CrashKiOS has tricky linking issues. These are common to any KMP library with a native 3rd-party library that you don't want to actually bundle the binary with the KMP. A static framework build is likely to be simpler in this case, just FYI.
e
Eric Williams
02/07/2025, 3:08 PM
Switching to static seems to be working. We are running into an issue where a crash from the KMP side
throw Exception("A fatal KMM error!")
seems to get Xcode stuck in an infinite loop in the debugger so I don't think it's getting a chance to upload to Firebase. Have you seen this before? Not 100% sure it's this or something weird in the native iOS app using our KMP library.