Module compiled with Swift 4.0 cannot be imported in Swift 4.0.2
Egor-Veremeychik opened this issue · 2 comments
Egor-Veremeychik commented
Module compiled with Swift 4.0 cannot be imported in Swift 4.0.2. I use Xcode 9.1.
frederic-adda commented
You use Carthage, right ?
Try deleting the "Carthage" directory of your project and rebuilding it with carthage update
.
Egor-Veremeychik commented
@frederic-adda Thanks! I updated carthage also and It works for me!