You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Installation error on Monterey: xcode-select: error: tool 'xcodebuild' requires Xcode, but active developer directory '/Library/Developer/CommandLineTools' is a command line tools instance
#60
Open
ksonbol opened this issue
Apr 14, 2022
· 5 comments
Hi, running ./install on macOS Monterey 12.3.1 fails with the following error:
Install RDM to /Applications? (Y/n): Y
An error occured; try again
xcode-select: error: tool 'xcodebuild' requires Xcode, but active developer directory '/Library/Developer/CommandLineTools' is a command line tools instance
xcode-select: error: tool 'xcodebuild' requires Xcode, but active developer directory '/Library/Developer/CommandLineTools' is a command line tools instance
The text was updated successfully, but these errors were encountered:
In case Xcode is already installed, the error suggests a general problem with Xcode, not the RDM library.
The one liner fingers-crossed solution:
sudo xcode-select -s /Applications/Xcode.app/Contents/Developer
# When proceeding, I also had to setup more stuff:
# xcodebuild -license
# xcodebuild -runFirstLaunch
For context:
This problem happens when xcode-select developer directory was pointing to /Library/Developer/CommandLineTools when a full regular Xcode was required (happens when CommandLineTools are installed after Xcode)
Hi, running
./install
on macOS Monterey 12.3.1 fails with the following error:The text was updated successfully, but these errors were encountered: