Greeting, On Fri, 02 Feb 2024 14:22:02 +0100, Camm Maguire wrote: > > I get: > > xcode-select: error: tool 'xcodebuild' requiers Xcode, but active > developer directory '/Library/Developer/CommandLineTools' is a command > line tools instance. >
To use xcodebuild You need to install Xcode. To do that you need to download an archive from https://developer.apple.com/download/all/ After thast this archive should be extracted into /Applications/Xcode.app for example. And when you did it, you must use xcode-select to switch to installed xcode version. Thus, at some point you also must agree with additional lincese. -- wbr, Kirill