icerockdev / moko-parcelize

@Parcelize support for mobile (android & ios) Kotlin Multiplatform development
https://moko.icerock.dev
Apache License 2.0
65 stars 2 forks source link

0.8.0 build failed for ios_x64 #37

Closed yang-shen-wen closed 2 years ago

yang-shen-wen commented 2 years ago
Task :compileKotlinIos FAILED

e: Could not find "/.gradle/caches/modules-2/files-2.1/dev.icerock.moko/parcelize-iosx64/0.8.0/aca69a1fda711ffe3ab553ea035c8522c75e18cd/parcelize.klib" in [/.konan/klib, /.konan/kotlin-native-prebuilt-macos-x86_64-1.5.30/klib/common,/.konan/kotlin-native-prebuilt-macos-x86_64-1.5.30/klib/platform/ios_x64]

I can build with v0.6.0~0.7.1 . I think this is related to #34 .

Alex009 commented 2 years ago

you should use kotlin 1.6+ with version 0.8.0

yang-shen-wen commented 2 years ago

Solved. Thank you !