can anyone help me facing this issue. ```Uncaught...
# compose-ios
f
can anyone help me facing this issue.
Copy code
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<platform.CoreGraphics.CGRect>,kotlin.Unit>?;kotlin.Boolean;androidx.compose.runtime.Composer?;kotlin.Int;kotlin.Int){0§<platform.UIKit.UIView>}[0]'
a
Do you have reproducer to check?
f
Yes i got to know it was a bug originally reported for cmp-1.7.0-dev1783. Got the same on 1.6.11 upgrading to 1.7.0-beta01 fixes. https://youtrack.jetbrains.com/issue/CMP-6593/IrLinkageError-with-androidx.compose.ui.viewinterop.UIKitView
👍 1