LoginSignup
88
92

More than 5 years have passed since last update.

Xcode の Command Line Tools をインストール

Posted at

Xcode は 5 からなのか Mavericks からなのか、足りない Command Line Tools をアプリケーション設定からインストールすることができなくなったようで、

https://developer.apple.com/downloads/index.action (要ログイン)

から取得しないといけないのか何なのか。と思いきや、Homebrew の問題分析ツールをよく見ると...

$ brew doctor

...
Warning: No developer tools installed.
You should install the Command Line Tools.
Run `xcode-select --install` to install them.

これですね。ここにもそのように: MavericksでCommand Line Developer Toolsをインストールする方法が変更 | Act as Professional - hiroki.jp

xcode-select -h ではこのオプション出てこなくて man xcode-select には書いてあるという意地悪な仕様がたまりませんな。

88
92
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
88
92