ดูเหมือนว่าการติดตั้งคอมไพล์ของฉันจะเสียหายและดูเหมือนว่าเครื่องมือนักพัฒนาซอฟต์แวร์ของฉันจะเสียหาย
เมื่อฉันพยายามเรียกใช้คอมไพล์ฉันได้รับข้อผิดพลาดนี้ สิ่งนี้เกิดขึ้นกับ / usr / bin / git และ / opt / local / bin / git (จาก MacPorts):
cook47@rcmac (RC_bash_lib (master)): /usr/bin/git pull
Agreeing to the Xcode/iOS license requires admin privileges, please re-run as root via sudo.
Agreeing to the Xcode/iOS license requires admin privileges, please re-run as root via sudo.
Agreeing to the Xcode/iOS license requires admin privileges, please re-run as root via sudo.
fatal: Could not read from remote repository.
Please make sure you have the correct access rights and the repository exists.
ฉันเรียกใช้ Xcode แล้วและเห็นด้วยกับใบอนุญาต ฉันพยายามเรียกใช้xcode-select --install
และพบข้อผิดพลาดอื่น:
cook47-a@rcmac (current_projects): sudo xcode-select --install
Password:
xcode-select: error: no developer tools were found, and no install could be requested (perhaps no UI is present), please install manually from 'developer.apple.com'.
ที่เก็บข้อมูลระยะไกลไม่ใช่ปัญหา
หลังจาก googling ข้อผิดพลาดนี้ฉันดาวน์โหลดตัวติดตั้ง commandlinetools จาก Apple สำหรับ OS X 10.9.5 และ XCode 6.2 ติดตั้งสำเร็จแล้ว อย่างไรก็ตามคอมไพล์ยังขาดและxcode-select --install
ยังให้ข้อผิดพลาดเดิม
ฉันพยายามxcodebuild -license
แล้วและจะแจ้งให้ฉันเห็นด้วยกับข้อตกลง แต่หลังจากยอมรับก็ไม่มีการเปลี่ยนแปลง ยังหักอยู่
นี่ทำให้ฉันนิ่งงันอย่างสมบูรณ์ เมื่อวานนี้ทำงานได้! ฉันทำงานในสภาพแวดล้อมของรัฐบาลที่มีความเป็นไปได้ที่การปรับปรุงจะเปลี่ยนแปลงบางสิ่งบางอย่างดังนั้นฉันจึงไม่สามารถแน่ใจได้อย่างแน่นอนว่าสิ่งใดที่อาจมีการเปลี่ยนแปลง
มีใครรู้บ้างว่าฉันจะสามารถทำงานคอมไพล์ได้อีกครั้ง ฉันพยายาม nuking และติดตั้ง Xcode และเครื่องมือบรรทัดคำสั่งใหม่ แต่ก็ไม่มีประโยชน์ git จาก MacPorts และ / usr / bin / git ต่างก็ให้ข้อความผิดพลาดเหมือนกัน
sudo xcode-select -s /Applications/Xcode.app/Contents/Developer
หลังจากติดตั้ง Xcode ซ้ำหรือไม่ นอกจากนี้ Xcode ยังทำงาน (และสร้างโครงการ) ด้วยหรือไม่ คอมไพล์ทำงานภายใน Xcode ไหม?