DevOpsCraftsman
08/21/2025, 12:55 AMTextField
(and related) on iOS, it always crashes when we trying to click in it...
The sample code:
@Composable
@Preview
fun App() {
TextField(value = "Type", onValueChange = {})
}
The srceenshot of the app in the simulator and the crash
We tested with compose 1.8.2, 1.8.1, and 1.8.0.
For iOS: 18 and 17.
EDIT: we are using the 2.9.1 version of the life cycle view mode compose lib, so the proposed fix proposed in thread of the post above doesn't work...
The crash error message:
Can't show file for stack frame : <DBGLLDBStackFrame: 0x12c607040> - stackNumber:0 - name:kfun:kotlin.coroutines.Continuation#<get-context>(){}kotlin.coroutines.CoroutineContext-trampoline. The file path does not exist on the file system: /opt/buildAgent/work/2d153abd4d2c0600/kotlin/libraries/stdlib/src/kotlin/coroutines/Continuation.ktCan't show file for stack frame : <DBGLLDBStackFrame: 0x11c60ab40> - stackNumber:1 - name:kfun:kotlin.coroutines.native.internal.ContinuationImpl#<init>(kotlin.coroutines.Continuation<kotlin.Any?>?){}. The file path does not exist on the file system: /opt/buildAgent/work/2d153abd4d2c0600/kotlin/kotlin-native/runtime/src/main/kotlin/kotlin/coroutines/ContinuationImpl.ktCan't show file for stack frame : <DBGLLDBStackFrame: 0x11c60ab40> - stackNumber:1 - name:kfun:kotlin.coroutines.native.internal.ContinuationImpl#<init>(kotlin.coroutines.Continuation<kotlin.Any?>?){}. The file path does not exist on the file system: /opt/buildAgent/work/2d153abd4d2c0600/kotlin/kotlin-native/runtime/src/main/kotlin/kotlin/coroutines/ContinuationImpl.kt
Chrimaeon
08/21/2025, 6:16 AMDevOpsCraftsman
08/21/2025, 7:30 AMDevOpsCraftsman
08/21/2025, 7:42 AMDevOpsCraftsman
08/21/2025, 1:06 PMSanjog Shrestha
08/23/2025, 5:20 PMJhsagiv
08/24/2025, 1:05 PMcompose = "1.9.0-beta03"
it was solvedDenis
08/26/2025, 6:36 AMMilchschlumpf
08/26/2025, 2:42 PM