Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can you please upgrade the Ktor version in cognito-idp. #72

Open
navkarjain18 opened this issue Feb 20, 2025 · 2 comments
Open

Can you please upgrade the Ktor version in cognito-idp. #72

navkarjain18 opened this issue Feb 20, 2025 · 2 comments

Comments

@navkarjain18
Copy link

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]'

@benjohnde
Copy link
Member

@navkarjain18 what about creating a pull request? :)
@tknoelle the stuff works for us currently without any change, right?

@tknoelle
Copy link
Member

We're using it in a project together with ktor 3.1.0 without problems. But it would make sense to update the dependencies as they're quite outdated.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants