「Xcode」の版間の差分

提供: dsk's note
移動: 案内検索
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:44時点における版

Xcodeの旧バージョンは以下からDLできる。Apple IDが必要。

https://developer.apple.com/downloads/


command line toolsのインストール

メニューのXcode->Open Developer Tool->More Developer Tools

ターミナルから

xcode-select --install