“Brak wersji Xcode lub CLT!” Kod odpowiedzi

Brak wersji Xcode lub CLT!

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

Brak wersji Xcode lub CLT

sudo xcode-select --reset
Lovely Lynx

Brak wersji Xcode lub CLT!

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

Odpowiedzi podobne do “Brak wersji Xcode lub CLT!”

Pytania podobne do “Brak wersji Xcode lub CLT!”

Więcej pokrewnych odpowiedzi na “Brak wersji Xcode lub CLT!” w Shell/Bash

Przeglądaj popularne odpowiedzi na kod według języka

Przeglądaj inne języki kodu