xcode-select: error: tool 'xcodebuild' requires Xcode, but active developer directory '/Library/Developer/CommandLineTools' is a command line tools instance
The Mac is trying to update the package via yarn, and you get this message. This is an error that occurs while installing node-gyp
. How do I solve this?
Here Reviewed and resolved.
sudoxcode-select -s/Applications/Xcode.app/Contents/Developer
makes it work.
XCODE must be installed in /Applications before this command can be entered.
573 Understanding How to Configure Google API Key
610 Uncaught (inpromise) Error on Electron: An object could not be cloned
568 Who developed the "avformat-59.dll" that comes with FFmpeg?
600 GDB gets version error when attempting to debug with the Presense SDK (IDE)
887 When building Fast API+Uvicorn environment with PyInstaller, console=False results in an error
© 2024 OneMinuteCode. All rights reserved.