hey everyone, I just update Jetbrains compose vers...
# multiplatform
j
hey everyone, I just update Jetbrains compose version to 1.6.0-beta02, and its working on the iOS device (Iphone 13). But when I try and build archive for the Testflight, I get the following error:
* Source files:
* Compiler version: 1.9.22
* Output kind: FRAMEWORK
error: java.lang.IllegalStateException: IrPropertyPublicSymbolImpl for androidx.collection/EmptyFloatArray|{}EmptyFloatArray[0] is already bound: PROPERTY name:EmptyFloatArray visibility:internal modality:FINAL [val]
a
@Javokhir Savriev I just tried archiving my iOS app for testflight and saw this exact same error.
Update: upgrading to rc01 fixed issue
👍 1