“Keine Xcode- oder CLT -Version erkannt!” Code-Antworten

Keine Xcode- oder CLT -Version erkannt!

sudo rm -rf $(xcode-select -print-path)
xcode-select --install
Repulsive Reindeer

Keine Xcode- oder CLT -Version erkannt

sudo xcode-select --reset
Lovely Lynx

Keine Xcode- oder CLT -Version erkannt!

xcode-select --print-path
# in my case /Library/Developer/CommandLineTools

# the next line deletes the path returned by the command above
sudo rm -rf $(xcode-select --print-path)

# install them (again) if you don't get a default installation prompt
xcode-select --install
Encouraging Emu

Ähnliche Antworten wie “Keine Xcode- oder CLT -Version erkannt!”

Fragen ähnlich wie “Keine Xcode- oder CLT -Version erkannt!”

Weitere verwandte Antworten zu “Keine Xcode- oder CLT -Version erkannt!” auf Shell/Bash

Durchsuchen Sie beliebte Code-Antworten nach Sprache

Durchsuchen Sie andere Codesprachen