Hi, does anyone have an issue with iOS 12 support ...
# multiplatform
a
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
Do you have a stack trace?
h
Ktor 2.0.0 requires experimental MM, so please don't use
-native-mt
.
s
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
@Siggi Gunnarss great news! Thank you 🙏