I’m trying to build a simple hello world Kotlin/Na...
# kotlin-native
j
I’m trying to build a simple hello world Kotlin/Native app on macOS and I’m getting the following error:
Copy code
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
Does anyone know what would cause this?
j
Worked like a charm