ismai117 / kottie

Render After Effects Animations Library - Compose Multiplatform | Inspired by Airbnb/Lottie
Apache License 2.0
192 stars 8 forks source link

Crash on IOS #24

Closed Aban3049 closed 1 week ago

Aban3049 commented 3 weeks ago

Uncaught Kotlin exception: kotlin.native.internal.IrLinkageError: Function 'UIKitView' can not be called: No function found for symbol 'androidx.compose.ui.interop/UIKitView|UIKitView(kotlin.Function0<0:0>;androidx.compose.ui.Modifier;kotlin.Function1<0:0,kotlin.Unit>?;androidx.compose.ui.graphics.Color;kotlin.Function1<0:0,kotlin.Unit>?;kotlin.Function2<0:0,kotlinx.cinterop.CValue,kotlin.Unit>?;kotlin.Boolean;androidx.compose.runtime.Composer?;kotlin.Int;kotlin.Int){0§}[0]' at 0 Connectify 0x1026e8d49 kfun:kotlin.Throwable#(kotlin.String?){} + 105 at 1 Connectify 0x1026e3215 kfun:kotlin.Error#(kotlin.String?){} + 101 at 2 Connectify 0x10271e0f5 kfun:kotlin.native.internal.IrLinkageError#(kotlin.String?){} + 101

compose-plugin = "1.7.0-alpha03" junit = "4.13.2" kotlin = "2.0.10" kotlinx-coroutines = "1.8.1"

wanek21 commented 2 weeks ago

Same error with: compose-plugin = "1.7.0-beta01" kotlin = "2.0.20"

armond-avanes commented 1 week ago

Same here: compose-multiplatform = "1.7.0-beta02" kotlin = "2.0.20" kottie = "1.9.6"

ismai117 commented 1 week ago

should be fixed now with the the latest kottie release - 2.0.0, reopen if there's still an issue