xcrun: error: unable to find utility "xctest", not a developer tool or in PATH

Start Xcode, select "Preferences -> Locations". Chances are that your Command Line Tools are not set. Select the suggested Xcode-tools location and you are done.

Additional:

You could check with:

xcode-select -p

which tools are set, mine showed:

/Library/Developer/CommandLineTools

After the location in the preferences was set, it showed:

/Applications/Xcode.app/Contents/Developer






Xcode -> Preferences -> Locations -> Selected the Command Lin Tools: (选择xcode版本)
原文地址:https://www.cnblogs.com/exmyth/p/13729403.html