This is what I do:
import BSTableViewReorder and get the following error:
Module compiled with Swift 3.0 cannot be imported in Swift 2.3
What can I do to make it compile? I did:
Edit > Convert -> Current Swift Syntax Using Xcode 8 and macOS Sierra.
For Both: the target and the project I have the following settings of Use Legacy Swift Language Version
The project is my pod for cocoapods dependencies. I just converted project to Swift 3.0 but it does not compile.


pod spec lint BSTableViewReorder.podspecI gotThe spec did not pass validation, due to 49 errors and 6 warnings.. You know what is wrong? My project successfully compiles on iphone and works.