teodorpatras/SideMenuController

Module compiled with Swift 4.0 cannot be imported in Swift 4.0.2

Egor-Veremeychik opened this issue · 2 comments

Module compiled with Swift 4.0 cannot be imported in Swift 4.0.2. I use Xcode 9.1.

You use Carthage, right ?
Try deleting the "Carthage" directory of your project and rebuilding it with carthage update.

@frederic-adda Thanks! I updated carthage also and It works for me!