“Tidak ada versi Xcode atau CLT yang terdeteksi!” Kode Jawaban

Tidak ada versi Xcode atau CLT yang terdeteksi!

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

Tidak ada versi Xcode atau CLT yang terdeteksi

sudo xcode-select --reset
Lovely Lynx

Tidak ada versi Xcode atau CLT yang terdeteksi!

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

Jawaban yang mirip dengan “Tidak ada versi Xcode atau CLT yang terdeteksi!”

Pertanyaan yang mirip dengan “Tidak ada versi Xcode atau CLT yang terdeteksi!”

Lebih banyak jawaban terkait untuk “Tidak ada versi Xcode atau CLT yang terdeteksi!” di Shell/Bash

Jelajahi jawaban kode populer menurut bahasa

Jelajahi bahasa kode lainnya