Mark
11/02/2025, 7:01 AMCan't show file for stack frame : <DBGLLDBStackFrame: 0xb75988140> - stackNumber:3 - name:kfun:kotlin.text.StringBuilder#<init>(kotlin.Int){}. The file path does not exist on the file system: /opt/buildAgent/work/3b4e5b3c1f97a79b/kotlin/libraries/stdlib/native-wasm/src/kotlin/text/StringBuilder.kt
when the actual bug turns out to be some issue with grabbing something from dependency injection, for example. If I go through the threads in the Debug Navigator on XCode, I can get a better idea that way. But why am I not getting a more useful crash log? Should I be doing something with setUnhandledExceptionHook?François
11/02/2025, 7:37 AMAzim Ansari
11/02/2025, 12:00 PMFrançois
11/02/2025, 12:07 PMrusshwolf
11/02/2025, 10:37 PMnative-wasm is a shared source set between native and wasm. iOS is included in the native side of that.François
11/03/2025, 7:58 AM