I am facing the issue similar to <https://stacko...
# multiplatform
v
I am facing the issue similar to https://stackoverflow.com/questions/58620688/nsinv but ONLY in iOS 11 but not in iOS 13
a
Hi! Can you tell, what are you doing with the variable from the snippet below? I’m trying to reproduce the error. Also, are we talking about the iOS 11.0 here?
v
@Artyom Degtyarev [JB] thanks for your response.. yes issue is in iOS 11.0
extension Challenge {   var daysTypeChecked: [KotlinInt: [Record]] {   if let aDays = days as? [KotlinInt: [Record]] {    return aDays   }   return [:]  } }
the issue is happing at   if let aDays = days as? [KotlinInt: [Record]] {
a
Thanks! Now I see the error locally.
v
ok
@Artyom Degtyarev [JB] any idea why are we getting in iOS 11 only?
a
For now, I cannot say anything concrete. Please wait for updates here, I’ll ping you as soon as the root cause will be found.
v
k, thanks for the update @Artyom Degtyarev [JB]
a
I’ve filed the issue on YT: https://youtrack.jetbrains.com/issue/KT-36204. You can subscribe there by the “Watch issue” button, to get notification emails on every update.
👍 2