10
11

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

複数バージョンのXcodeを入れる方法と各Xcodeに対応するSwiftのバージョン一覧

Posted at

#概要
動作検証の際に、最新バージョンのXcodeではなく、昔のバージョンのXcodeで検証が必要になってくる場合があるので、その方法と、各Xcodeに対応するSwiftのバージョンをまとめておく。

#動作確認環境
OS X El Capitan 10.11.4

#dmg版をダウンロード
https://developer.apple.com/downloads/
スクリーンショット 2016-04-30 20.45.14.png

#リネームする
スクリーンショット 2016-04-30 20.49.44.png

#各Xcodeに対応するSwiftのバージョン一覧

  1. Xcode7.3(Swift2.2)
  2. Xcode7.2.1(Swift2.1.1)
  3. Xcode7.0.1(Swift2.0)
  4. Xcode6.4(Swift1.2)
  5. Xcode6.3.2(Swift1.1)

#注意点
以下のApp Store版ではなく、上記で説明したdmg版をインストールする。
スクリーンショット 2016-04-30 20.40.14.png

10
11
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
10
11

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?