David Everlöf
09/22/2023, 9:19 AMld: unknown options: -ios_simulator_version_min -sdk_version
and I am also one of them.
I’ve changed kotlin version to 1.9.10
(which should fix it) and I’ve also applied linkerOpts.add("-ld64")
in gradle. This did solve it when I run from Xcode with ./gradlew watch:embedAndSignAppleFrameworkForXcode
.
However, this task still fails and can’t get it to work: Task :database:linkDebugTestIosX64 FAILED.
Any kind soul that has any input on this?Jon Bailey
09/22/2023, 10:53 AMDavid Everlöf
09/22/2023, 10:54 AM1.9.10
itself didn’t actually solve it for meld64
solved it for me for when building through XcodeJon Bailey
09/22/2023, 10:57 AMDavid Everlöf
09/22/2023, 11:01 AMKotlin plugin för gradle
wasn’t updated, and that was it!