getting ```xcrun: error: unable to find utility "x...
# ktor
s
getting
Copy code
xcrun: error: unable to find utility "xcodebuild", not a developer tool or in PATH
while running
gradle clean check.
What am I missing? I want to run tests in
ktor-client-tests
.
s
this looks like a macOS specific thing, have you run
xcode-select --install
on this machine before?
s
installing xcode fixed it.
407 Views