How to install command line tools on OSX Mavericks

限于喜欢 提交于 2019-11-27 11:33:51

Incase, while trying to update a bundle, you get an error "You have to install development tools first." on OSX Mavericks (OSX 10.9), but you already have Xcode installed, you can still manually install the dev tools via terminal:

xcode-select --install

Do that and follow on-screen instructions. Your problem will be solved.

I summarized the steps in this blog entry "How to install command line tools on OSX Mavericks"

Installing command line tools in OSX 10.9 Mavericks changes slightly compared to previous versions of MAC OSX. Now you don’t need to install Xcode. You can install the Command Line Tools as stand alone.

  1. Open Terminal

  2. Type “xcode-select --install” in terminal (without quotes)

  3. A pop-up windows will appears asking you about install tools

  4. choose install tools

  5. wait install to finish it will take 30 minutes

I summarized the steps in this blog entry "How to install command line tools on OSX Mavericks"

Alok Yadav

open terminal and type xcode-select --install or open finder navigate to

/System/Library/CoreServices

and open Install Command Line Developer Tools.app

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!