I'm getting crashes when running Kotlin Multiplatform iOS apps using new XCode 15 Beta + iOS 17 Simu...
j
I'm getting crashes when running Kotlin Multiplatform iOS apps using new XCode 15 Beta + iOS 17 Simulator.....seems to be in Ktor code. I'll dig a bit deeper but just in case anyone else seeing same thing....
2
Seeing for example
Copy code
Uncaught Kotlin exception: kotlin.native.internal.FileFailedToInitializeException: There was an error during file or class initialization
    at 0   common                              0x1052cbc33        kfun:kotlin.Error#<init>(kotlin.String?;kotlin.Throwable?){} + 147 (/opt/buildAgent/work/f43969c6214a19e7/kotlin/kotlin-native/runtime/src/main/kotlin/kotlin/Exceptions.kt:14:63)
    at 1   common                              0x10530f96b        kfun:kotlin.native.internal.FileFailedToInitializeException#<init>(kotlin.String?;kotlin.Throwable?){} + 147 (/opt/buildAgent/work/f43969c6214a19e7/kotlin/kotlin-native/runtime/src/main/kotlin/kotlin/native/internal/RuntimeUtils.kt:122:87)
    at 2   common                              0x10530eb57        ThrowFileFailedToInitializeException + 275 (/opt/buildAgent/work/f43969c6214a19e7/kotlin/kotlin-native/runtime/src/main/kotlin/kotlin/native/internal/RuntimeUtils.kt:134:15)
    at 3   common                              0x10549bffb        CallInitGlobalPossiblyLock + 763 
    at 4   common                              0x1055f1223        kfun:io.ktor.utils.io.charsets.Charsets#<get-$instance>#static(){}io.ktor.utils.io.charsets.Charsets + 75 (/opt/buildAgent/work/8d547b974a7be21f/ktor-io/posix/src/io/ktor/utils/io/charsets/CharsetNative.kt:403:1)
    at 5   common                              0x1056885eb        kfun:io.ktor.client.plugins.HttpPlainText.Config#<init>(){} + 327 (/opt/buildAgent/work/8d547b974a7be21f/ktor-client/ktor-client-core/common/src/io/ktor/client/plugins/HttpPlainText.kt:99:55)
    at 6   common
a
Are there any issue raised with ios team that can be tracked?
1513 Views