Rohan Maity
04/10/2024, 4:32 AMe: 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 issueRohan Maity
04/10/2024, 4:51 AMorg.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