russhwolf / multiplatform-settings

A Kotlin Multiplatform library for saving simple key-value data
Apache License 2.0
1.49k stars 64 forks source link

Build problem #158

Closed Daller9999 closed 8 months ago

Daller9999 commented 1 year ago

When I am trying to build project, I have this error

e: Could not find "org.jetbrains.kotlin.native.platform.CoreFoundationBase" in [.konan/klib, .konan/kotlin-native-prebuilt-macos-aarch64-1.7.0/klib/common, /.konan/kotlin-native-prebuilt-macos-aarch64-1.7.0/klib/platform/ios_arm64]
russhwolf commented 1 year ago

Looks like you're using Kotlin 1.7.0. Try bumping to 1.8.0 or higher

russhwolf commented 8 months ago

I'm closing this, but let me know if you're still having trouble.

Daller9999 commented 8 months ago

Yea, thanks, that helped On kotlin 1.8.0 everything works great