We encountered a crash in the app related to Kotlin Native runtime . Below are the key details from Crashlytics:
• Crash Cause: Unhandled exception during Kotlin_deinitRuntimeCallback(void*).
• Error Context: The crash seems to involve Kotlin coroutine-related functionality (as indicated by traces like ObjCExportCoroutines.kt and SuspendFunctionGun.kt).
• Stack Trace Highlights: Kotlin_deinitRuntimeCallback(void*)
Can someone with expertise in the interaction between Kotlin Native and iOS help debug why the runtime deinitialization is failing?
• The issue could involve improper cleanup of coroutines or memory leaks in shared Kotlin/Native resources.