DEV Community

Hasan TEZCAN
Hasan TEZCAN

Posted on

gyp: No Xcode or CLT version detected!

gyp: No Xcode or CLT version detected!
Enter fullscreen mode Exit fullscreen mode

First, delete the Xcode tools by using the below command.
sudo

rm -rf $(xcode-select -print-path)
Enter fullscreen mode Exit fullscreen mode

Now, install the Xcode by running this command.

xcode-select --install
Enter fullscreen mode Exit fullscreen mode

Image description

SOURCE: https://reactgo.com/gyp-xcode-or-clt-version-detected/

Top comments (0)