We currently have an iOS app using K/N live in production 😄
Unfortunately, in rare instances (and something we can not reproduce in house) our customers get this crash.
A block seems to be released by iOS which in turn causes a lambda contained within our K/N framework to be released on a background thread, something we have no control over.
I think it’s related to this github issue:
https://github.com/JetBrains/kotlin-native/issues/2052
We are also using K/N v1.3.30.
We also tried freezing this lambda, but we require some mutations to take place, so we couldn’t go do this in the end.
Would anyone be able to help with this?