Hi All, I was working on compose multiplatform and...
# compose-ios
b
Hi All, I was working on compose multiplatform and was facing this error when I try to build the app on ios. Its running fine on android. Task sharedcompileKotlinIosSimulatorArm64 FAILED error: Could not find "org.jetbrains.kotlin.native.platform.Symbols" in [/Users/..project/iosApp/Pods, /Users/./.konan/klib, /Users/.konan/kotlin-native-prebuilt-macos-aarch64-1.9.10/klib/common, /Users.konan/kotlin-native-prebuilt-macos-aarch64-1.9.10/klib/platform/ios_simulator_arm64]
m
I had the same issue and fixed it by creating another project in the compose wizard and building it
240 Views