Richard
01/27/2025, 11:25 AMld: unknown options: -ios_simulator_version_min
when running check
within my Compose Multiplatform project.
Adding linkerOpts.add("-ld64")
didn't help and this error only appears for :shared:linkDebugTestIosSimulatorArm64
& :shared:linkDebugTestIosX64
but not for :shared:linkDebugTestIosArm64
I am on Kotlin 2.1.0 with Xcode 16.2. Any help is greatly appreciated.