Skip to content

Instantly share code, notes, and snippets.

@funky-monkey
Created October 19, 2021 11:52
Show Gist options
  • Save funky-monkey/65bdb867c5ff9bdc0efa9f2d661f848b to your computer and use it in GitHub Desktop.
Save funky-monkey/65bdb867c5ff9bdc0efa9f2d661f848b to your computer and use it in GitHub Desktop.

Error

Ran into an issue, where for some reason, on one of my Macs, XCode swift works fine, but on another, I got an error like:

$ xcrun --sdk macosx --find xctest
xcrun: error: unable to find utility “xctest”, not a developer tool or in PATH

I should run

$ sudo xcode-select -s /Applications/Xcode.app/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment