「Xcode」の版間の差分
提供: dsk's note
細 |
細 |
||
7行目: | 7行目: | ||
メニューのXcode->Open Developer Tool->More Developer Tools | メニューのXcode->Open Developer Tool->More Developer Tools | ||
− | + | ||
+ | ターミナルからコマンドでインストールすることもできる。 | ||
<syntaxhighlight lang="bash"> | <syntaxhighlight lang="bash"> | ||
xcode-select --install | xcode-select --install | ||
</syntaxhighlight> | </syntaxhighlight> |
2016年4月22日 (金) 03:47時点における最新版
Xcodeの旧バージョンは以下からDLできる。Apple IDが必要。
https://developer.apple.com/downloads/
command line toolsのインストール
メニューのXcode->Open Developer Tool->More Developer Tools
ターミナルからコマンドでインストールすることもできる。
xcode-select --install