Francis Mariano
06/06/2023, 12:33 PMcompose-multiplatform
following the sample of : https://github.com/JetBrains/compose-multiplatform/blob/8a15fbe069ef9731551a4be357[…]c/commonMain/kotlin/org/jetbrains/codeviewer/ui/common/Fonts.kt
In android all works fine but I am getting an error with iOS. Can anyone help me??
> Task :shared:linkPodDebugFrameworkIosSimulatorArm64 FAILED
e: There are still 3 unbound symbols after generation of IR module <shared>:
Unbound public symbol IrSimpleFunctionPublicSymbolImpl: ui/Fonts.GothicatfBold|-170233873441712041[0]
Unbound public symbol IrSimpleFunctionPublicSymbolImpl: ui/Fonts.GothicatfBook|-4340450990513247101[0]
Unbound public symbol IrSimpleFunctionPublicSymbolImpl: ui/Fonts.GothicatfMedium|-4066533020348295121[0]
This could happen if there are two libraries, where one library was compiled against the different version of the other library than the one currently used in the project. Please check that the project configuration is correct and has consistent versions of dependencies.
Francis Mariano
06/06/2023, 2:38 PM