cx478815108 / ListSample

0 stars 0 forks source link

Can not be compiled #1

Open pjBooms opened 1 year ago

pjBooms commented 1 year ago

I followed the instruction and have 2 compilation errors:

1. .../ListSample/shared/src/iosMain/kotlin/com/tmm/listsample/models/ViewModelFactory.kt: (64, 35): Type mismatch: inferred type is CValue but CValue was expected

2.

../ListSample/shared/src/iosMain/kotlin/com/tmm/listsample/skiaview/SkiaDrawView.kt: (38, 42): None of the following functions can be called with the arguments supplied:

public constructor TMMUIView(frame: CValue) defined in cocoapods.TMMUIKit.TMMUIView public constructor TMMUIView(coder: NSCoder) defined in cocoapods.TMMUIKit.TMMUIView

Please advice how to proceed

pjBooms commented 1 year ago

We have fixed the errors here: https://github.com/dima-avdeev-jb/fix-uikit-compose-user-sample

cx478815108 commented 1 year ago

We have fixed the errors here: https://github.com/dima-avdeev-jb/fix-uikit-compose-user-sample

Thanks a lot! I will increase the frequency of checking github