I've cloned kotest, and trying to run unit tests on my Mac as follows:
./gradlew clean build
which blows up like this:
Copy code
xcrun: error: unable to find utility "xcodebuild", not a developer tool or in PATH
e: Compilation failed: An error occurred during an xcrun execution. Make sure that Xcode and its command line tools are properly installed.
Failed
All I need to do is run unit tests, and I do not care about IOs at this time. I do have xcode installed, and I did search this channel and stackoverflow. What am I missing? TIA!