I am trying to run test on iOSSimulatorArm64 with ...
# multiplatform
r
I am trying to run test on iOSSimulatorArm64 with NativeSqliteDriver , but I get this failure
Copy code
e: Could not find "org.jetbrains.kotlin.native.platform.CoreFoundationBase" in [/Users/rohan.maity/MotiveMobile/mobile_driver_app_android/keeptruckin/modules/kmm/feature/geofences, /Users/rohan.maity/.konan/klib, /Users/rohan.maity/.konan/kotlin-native-prebuilt-macos-aarch64-1.7.10/klib/common, /Users/rohan.maity/.konan/kotlin-native-prebuilt-macos-aarch64-1.7.10/klib/platform/ios_simulator_arm64]
FAILURE: Build failed with an exception.
I tried googling this error, it lead me to this link on slack, where it mentioned it was due to incompatibility of Okio's version with kotlin version In my case, I am suing SqlDelight and mockk-common only I checked sqldelight and mockk-common are compatible with kotlin version 1.7.10. Any other idea which could cause this issue
I went into one of the paths, I can see
org.jetbrains.kotlin.native.platform.CoreFoundationBase
is present on this, but somehow when I run the test on iOSSimulatorArm64 it fails Path found was this
/Users/rohan.maity/.konan/kotlin-native-prebuilt-macos-aarch64-1.7.10/klib/platform/ios_simulator_arm64