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.

[swift備忘録]Xcodeのプロジェクトファイルで、異なるswiftのバージョンを使う。

Last updated at Posted at 2018-10-28

Xcodeアップデート時、cocoapodなどが最新のswiftバージョンに対応しておらず、エラーとなる時があります。
そんな時に、その部分のターゲットのみ、コンパイラのswiftバージョンを変える方法。

1. バージョンを変えたいターゲットを選択。
2.  Build Settings > Swift Language Versionへ移動
3.  デフォルトはXcodeのバージョンに対応した最新のswiftバージョンになっています。(今回はSwift4.2)
image.png

4.  ここをcocoapodsに対応したバージョンに変える。(今回はSwift4.0に変更。)
image.png

以上です!簡単に対応する事ができました!

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?