https://kotlinlang.org logo
#multiplatform
Title
# multiplatform
v

Venkat , Bangalore , India

01/28/2020, 6:50 AM
I am facing the issue similar to https://stackoverflow.com/questions/58620688/nsinv but ONLY in iOS 11 but not in iOS 13
a

Artyom Degtyarev [JB]

01/28/2020, 7:13 AM
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

Venkat , Bangalore , India

01/28/2020, 8:38 AM
@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

Artyom Degtyarev [JB]

01/28/2020, 9:05 AM
Thanks! Now I see the error locally.
v

Venkat , Bangalore , India

01/28/2020, 9:08 AM
ok
@Artyom Degtyarev [JB] any idea why are we getting in iOS 11 only?
a

Artyom Degtyarev [JB]

01/28/2020, 12:08 PM
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

Venkat , Bangalore , India

01/28/2020, 12:09 PM
k, thanks for the update @Artyom Degtyarev [JB]
a

Artyom Degtyarev [JB]

01/28/2020, 12:27 PM
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