You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On using the latest ktor version 3.0.3, I am getting the following error when logging in iOS. Can not read value from variable 'tmp0_safe_receiver': Variable uses unlinked class symbol 'io.ktor.client.plugins/HttpTimeout.HttpTimeoutCapabilityConfiguration|null[0]'
And on using the latest ktor version 3.0.3 and excluding ktor group from cognito-idp.
implementation("com.liftric:cognito-idp:3.1.1"){
exclude(group = "io.ktor")
}
I am getting the following crash in iOS. Uncaught Kotlin exception: kotlin.native.internal.IrLinkageError: Can not get instance of singleton 'DarwinLegacy': No class found for symbol 'io.ktor.client.engine.darwin/DarwinLegacy|null[0]'
The text was updated successfully, but these errors were encountered:
On using the latest ktor version 3.0.3, I am getting the following error when logging in iOS.
Can not read value from variable 'tmp0_safe_receiver': Variable uses unlinked class symbol 'io.ktor.client.plugins/HttpTimeout.HttpTimeoutCapabilityConfiguration|null[0]'
And on using the latest ktor version 3.0.3 and excluding ktor group from cognito-idp.
implementation("com.liftric:cognito-idp:3.1.1"){
exclude(group = "io.ktor")
}
I am getting the following crash in iOS.
Uncaught Kotlin exception: kotlin.native.internal.IrLinkageError: Can not get instance of singleton 'DarwinLegacy': No class found for symbol 'io.ktor.client.engine.darwin/DarwinLegacy|null[0]'
The text was updated successfully, but these errors were encountered: