I performed the latest software XCode update, and now can not get the command line tools to install. I have tried both the “xcode-select --install” route with no luck. I also downloaded the Command_Line_Tools_for_Xcode_14.dmg directly from Apple and installed it.
But either way when I try to run /usr/bin/make I get
iam@CSL-CAS9857 ~ % make
sh: line 1: 3176 Abort trap: 6 /Applications/Xcode.app/Contents/Developer/usr/bin/xcodebuild -sdk '' -find make 2> /dev/null
make: error: sh -c '/Applications/Xcode.app/Contents/Developer/usr/bin/xcodebuild -sdk '' -find make 2> /dev/null' failed with exit code 34304: (null) (errno=No such file or directory)
xcode-select: Failed to locate 'make', requesting installation of command line developer tools.