LoginSignup
1
0

More than 5 years have passed since last update.

[iOS] Module compiled with swift 4.0 cannot be imported in swift 3.1 的なエラーの対処方法

Posted at

ビルドしようとした時、とあるライブラリでタイトルのエラーが出ました(バージョンは異なる)。
そのエラーの解消方法を調べてみたら、以下のStackOverFlowのページで解決できたので共有しておきます。

STACK OVER FLOW - Module compiled with swift 4.0 cannot be imported in swift 3.1

  1. 対象となるライブラリをpodfileから消して、pod update
  2. 再度podfileに追加して、pod update
  3. 最後にXCodeのProduce - Clean をして、Build
1
0
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
1
0