squimer / DatePickerDialog-iOS-Swift

Date picker dialog for iOS
MIT License
581 stars 177 forks source link

compile error on xCode9 #75

Closed mickychen0524 closed 6 years ago

mickychen0524 commented 6 years ago

I am getting this error - Module compiled with Swift 3.1 cannot be imported in Swift 4.0 I used pod with master branch

lfarah commented 6 years ago

I had this problem with a couple projects. This happens when you build a project with Xcode 8 and open it with Xcode 9. Cleaning the project from Product -> Clean in Xcode 9 and building again. I'm closing the issue but feel free to reopen if you still find any problems