icerockdev / moko-parcelize

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

Deserializer for declaration public dev.icerock.moko.parcelize.Parcelize.<init> is not found for IOS target #23

Closed krottv closed 1 year ago

krottv commented 3 years ago

This error happens when I run packForXcode

Alex009 commented 3 years ago

run ~/.gradlew dependencies and found usages of moko:parcelize. you have different versions usage. check what lib use old version and up version of this dependency. or just update all your moko libs to actual versions - see versions on https://moko.icerock.dev

krottv commented 3 years ago

@Alex009 I check. Everywhere is used dev.icerock.moko:parcelize-android:{strictly 0.6.1} -> 0.6.1 But no error found if I use 0.5.0

Alex009 commented 3 years ago

@krottv can you share build config?

krottv commented 3 years ago

@Alex009

https://pastebin.com/xvQEic5c

Alex009 commented 3 years ago

and versions file too please

krottv commented 3 years ago

@Alex009 https://pastebin.com/Q0RSPhFU versions file