「Xcode」の版間の差分
提供: dsk's note
細 |
細 |
||
| (同じ利用者による、間の1版が非表示) | |||
| 2行目: | 2行目: | ||
https://developer.apple.com/downloads/ | https://developer.apple.com/downloads/ | ||
| + | |||
| + | |||
| + | ===command line toolsのインストール=== | ||
| + | メニューのXcode->Open Developer Tool->More Developer Tools | ||
| + | |||
| + | |||
| + | ターミナルからコマンドでインストールすることもできる。 | ||
| + | <syntaxhighlight lang="bash"> | ||
| + | xcode-select --install | ||
| + | </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