본문 바로가기

개발이야기/iOS, Object-C

[iOS] xcode-select --install error

x-code 에서 

Downloads 안에 Command Line Tool가 없을 경우


터미널에서 

xcode-select --install 명령어로 해결해 주면 된다.




설치가 잘 되었을 경우




설치가 잘 안되었을 경



can't install the software because it is not currently available from the software update server

라고 뜨며 error가 날 경우가 있다.


https://discussions.apple.com/message/23548005#23548005


You can download them as follows:

 

  1. Open up Xcode
  2. In the application menu item "Xcode" select Open Developer Tool > More Developer Tools...
  3. This takes you to a site with a bunch of software. Go ahead and download and install "Command Line Tools (OS X Mavericks) for Xcode - Late October 2013".



검색해 보니까 외국 애들도 딱히 해결방법을 못찾는 것 같았다. 위처럼 해서도 안되면 그냥 수동으로 하라는데...