touchlab / CrashKiOS

Crash reporting for Kotlin/Native iOS applications
https://crashkios.touchlab.co/
Apache License 2.0
258 stars 15 forks source link

can't catch other kmm lib crash. #14

Closed Cedric-jc closed 2 years ago

Cedric-jc commented 2 years ago

I have 2 kmm libraries. Crashkios referenced by Library A , and no reference by Library B. When the B library crashes, the Crashkios of the A library cannot catch the exception. Is this normal?

kpgalligan commented 2 years ago

If by "library" you mean "Xcode framework", this is normal. They know nothing about each other.