I'm on an old Macbook running on OSX 12, which is ...
# kotlin-native
c
I'm on an old Macbook running on OSX 12, which is the highest version I'm physically allowed to install due to Apple's hardware restrictions. I have the XCode command-line tools installed, but the Gradle build fails due to this error:
xcrun: error: unable to find utility "xcodebuild", not a developer tool or in PATH
Apparently I need to have the full version of XCode installed and not just the command-line tools, I think? People say it arbitrarily requires the full 13-gigabyte application, and I think it's specifically a version I'm not allowed to install no less. Does anyone know a workaround to let K/N compile? [...or a linux distro that supports the three-finger-swipe touchpad gesture for flipping between fullscreened apps so I can get off this stupid OS]
not kotlin but kotlin colored 1
a
hi, how are you running Gradle? In IntelliJ, or on the CLI? What happens if you run
xcodebuild -version
in your terminal? Does it work? If so, what happens if you run the Gradle build in the terminal?