Open TrabelsiAchraf opened 11 months ago
I had the same error.
xcodebuild docbuild
would also fail with the error "xcode-select: error: tool 'xcodebuild' requires Xcode, but active developer directory '/Library/Developer/CommandLineTools' is a command line tools instance".
Both errors went away after running the command sudo xcode-select -s /Applications/Xcode.app/Contents/Developer
.
I have this error when running this commande : swift package generate-documentation
error: Plugin does not have access to a tool named ‘docc’