gyp: No Xcode or CLT version detected!
First, delete the Xcode tools by using the below command.
sudo
rm -rf $(xcode-select -print-path)
Now, install the Xcode by running this command.
xcode-select --install
SOURCE: https://reactgo.com/gyp-xcode-or-clt-version-detected/
Top comments (0)