0
1

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でSwiftのバージョンを確認する

Posted at

★XcodeでのSwiftバージョン確認方法

現在Xcodeで開発しているものは、
果たしてSwift4・・? それとも、5・・・?というときの確認方法をまとめました!

①[プロジェクト名(キャプチャ内ではmemo)]を選択
②[Build Settings]▶︎TARGETS>[memo]▶︎[Basic]▶︎[Levels]と順に選択
③検索窓に[Swift]と入力してEnter
④[Swift Language version]が該当箇所!(キャプチャではSwift5)

スクリーンショット 2020-07-04 19.53.35.png

ちなみに・・・
 インストール済みのSwiftバージョンの確認方法は以下

①ターミナルを起動
②以下をコピペ
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift -v
③Enter!

0
1
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
0
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?