jmfayard
12/23/2023, 8:09 AM./gradlew :linkDebugExecutableMacosX64
:compileKotlinMacosX64 UP-TO-DATE
The /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld command returned non-zero exit code: 1.
output:
-macosx_version_min has been renamed to -macos_version_min
ld: unknown options: -sdk_version
jmfayard
12/23/2023, 8:10 AMjmfayard
12/23/2023, 8:10 AMJan Holešovský
12/23/2023, 2:07 PMfreeCompilerArgs = listOf("-Xverbose-phases=Linker")
to the binaries { ... } thing in the build.gradle.kts), it should at least show you the command line and it will be a bit easier to debug where the offending switch comes from?jmfayard
12/23/2023, 4:19 PM