-
Notifications
You must be signed in to change notification settings - Fork 41
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
Issue building iOS app when using 2.0.0-RC5 #361
Comments
It looks like you're building with Kotlin 1.8.20. Try bumping to 1.9.0. |
Indeed I am, can't bump to 1.9.0. for the moment due to other libraries not being compatible with 1.9.0 yet. But I did not see anywhere that 1.9.0 was required. Sorry if I missed it. |
Is there a version of Kermit which supports Kotlin 1.8.20 ? |
2.0.0-RC4 was working for me with 1.8.20
Get Outlook for Android<https://aka.ms/AAb9ysg>
…________________________________
From: Phileo ***@***.***>
Sent: Friday, August 25, 2023 8:15:15 PM
To: touchlab/Kermit ***@***.***>
Cc: Alexandros Trepeklis ***@***.***>; Author ***@***.***>
Subject: Re: [touchlab/Kermit] Issue building iOS app when using 2.0.0-RC5 (Issue #361)
Is there a version of Kermit which supports Kotlin 1.8.20 ?
—
Reply to this email directly, view it on GitHub<#361 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/AMYJGWH75TDUZWDFEGSYJVLXXDMSHANCNFSM6AAAAAA2XIUIMI>.
You are receiving this because you authored the thread.Message ID: ***@***.***>
|
Closing the issue as |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Although the iOS app builds fine with RC4 when adding the RC5 library I am getting the following:
error: Could not find "/Users/me/.gradle/caches/modules-2/files-2.1/co.touchlab/kermit-iossimulatorarm64/2.0.0-RC5/3c5a418ae1db88130b59c1d75cdcd2a2832b357c/kermit.klib" in [/Users/me/Development/yollty-kmm-business-2/iosApp/Pods, /Users/me/.konan/klib, /Users/me/.konan/kotlin-native-prebuilt-macos-aarch64-1.8.20/klib/common, /Users/me/.konan/kotlin-native-prebuilt-macos-aarch64-1.8.20/klib/platform/ios_simulator_arm64]
Any idea what might cause that? For the moment I am downgrading back to RC4
The text was updated successfully, but these errors were encountered: