久しぶりにXcodeをアップデートしてビルドしたら以下のようなエラーが出た
1 |
Module compiled with Swift 5.0.1 cannot be imported by the Swift 5.1.2 compiler |
以下のように再度carthageをアップデートすることで解決
1 |
$ carthage update |
久しぶりにXcodeをアップデートしてビルドしたら以下のようなエラーが出た
1 |
Module compiled with Swift 5.0.1 cannot be imported by the Swift 5.1.2 compiler |
以下のように再度carthageをアップデートすることで解決
1 |
$ carthage update |
コメントを残す