-
Notifications
You must be signed in to change notification settings - Fork 32
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
Gradle task kspKotlinIosSimulatorArm64 fails in 1.0.0-ALPHA-38 #198
Comments
Sounds like there is an issue with the Could you try to sync in IntelliJ/Android Studio and/or clearing the konan directory? |
I tried that, to no effect. |
I am having a similar issue where cocoapods doesn't recognize [1.0.0-ALPHA-38], only up to ALPHA-5 version, but when i reduce the plugin in Kotlin to ALPHA 5 i see a similar error for kotlin 2.1.0. Does alpha-5 work for kotlin 2.1.0? |
@chromecountry no Kotlin 2.1.0 is only supported in 1.0.0-ALPHA-38 |
@rickclephas when I add the following to my pod file:
I get this error:
When I check cocoapods.org I do not see ALPHA-38 available |
@chromecountry there is an issue with the RxSwift CocoaPods publication that I am looking into. |
@rickclephas Thank you. It'd be simpler to not have to migrate away from cocoapods / kotlin 2.1 for my project. Do you have an ETA on when we can expect the CocoaPods publication to be fixed? I am ok to wait if this will only take a few days. |
@chromecountry no ETA, but hopefully soon. |
I'm new to KMP-NativeCoroutines and am not sure if I'm doing something wrong here - above is the error excerpt from running
./gradlew :shared:embedAndSignAppleFrameworkForXcode --info
as a build phase in my iOS app. Any help would be appreciated.KMP-NativeCoroutines version: 1.0.0-ALPHA-38
KSP version: 2.1.0-1.0.29
MacOS version 15.2 (Sequoia), Apple M2 chip
XCode Version 16.2 (16C5032a)
The text was updated successfully, but these errors were encountered: