Ivann Ruiz
09/08/2020, 7:44 PM1.4.0 is broken. I used version 1.3.2-1.4.0-rc and it worked like a charm as suggested here. Had this issue since last week and after a few days finally found the cause haha thought I'd save others the time. For the record, my iOS app was throwing a Thread 1: signal SIGABRT on the IDE and saw this in the logs Uncaught Kotlin exception: kotlin.native.concurrent.InvalidMutabilityException: mutation attempt of frozen kotlinx.coroutines.ChildHandleNode@31dca08 .
Again it all works now after reverting the versions.e5l
09/09/2020, 5:02 AMkotlinx.coroutines you're using?Ivann Ruiz
09/09/2020, 1:20 PMorg.jetbrains.kotlinx:kotlinx-coroutines-core:1.3.9e5l
09/09/2020, 1:21 PM1.3.9-native-mt?Ivann Ruiz
09/09/2020, 1:21 PM1.3.2-1.4.0-rcIvann Ruiz
09/09/2020, 1:22 PM1.4.0 and coroutines 1.3.9-native-mt , no?Ivann Ruiz
09/09/2020, 1:27 PMCaused by: kotlinx.coroutines.CompletionHandlerException: Exception in completion handler ChildCompletion[ChildHandle[DeferredCoroutine{Cancelled}@3376d68], kotlin.Unit]