xcrun: error: active developer path (“/Applications/Xcode.app/Contents/Developer”) does not exist

I tried that and it didn’t work but I found the answer. I just had to reset the developer’s path:

$ sudo xcode-select --reset

Now everything is normal

Leave a Comment