-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
1.10.0 iOS target crash #4309
Comments
Hi! Thanks for the report, this is very helpful. Which Gradle task fails with this crash? I see warnings similar to the stacktrace when |
Similar issue reported here for other targets: |
I reproduced the crash while running the project in the iOS Simulator. EDIT: ... and managed to fix it. |
🙏 |
Describe the bug
Provide a Reproducer
I just downloaded the template project from Wizard, and then add
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.10.0")
in commonMain, It crashes when running, but it works fine when I modify the version to 1.9.0.The text was updated successfully, but these errors were encountered: