Hello! When I get a crash in my K/N code on iOS, I...
# kotlin-native
j
Hello! When I get a crash in my K/N code on iOS, I get a stack trace. But from some reason, it contains files and line numbers only for the Swift methods; is that expected? I've googled this a lot, and found that I could try
Copy code
kotlin.native.binary.sourceInfoType=libbacktrace
in the gradle.properties, but that made things even worse, the Swift files/line numbers disappeared too 😉