https://kotlinlang.org logo
a

Alper Tekin

08/31/2022, 8:08 PM
Hi, does anyone have an issue with iOS 12 support of KMM? App crashes after launch. Any idea? Kotlin: 1.6.21, Coroutines: 1.6.1-native-mt Ktor: 2.0.0
l

Landry Norris

08/31/2022, 8:19 PM
Do you have a stack trace?
h

hfhbd

09/01/2022, 6:37 AM
Ktor 2.0.0 requires experimental MM, so please don't use
-native-mt
.
s

Siggi Gunnarss

09/01/2022, 7:12 AM
ktor 2.0 doesn't work with ios 12 due to: https://youtrack.jetbrains.com/issue/KTOR-4159/Darwin-Symbol-not-found-OBJCCLASSNSURLSessionWebSocketMessage-on-iOS-12 A fix has been made and is apparently targeting ktor 2.1.1
a

Alper Tekin

09/01/2022, 10:12 AM
@Siggi Gunnarss great news! Thank you 🙏
3 Views