I have an Xcode project in Swift 3.0.1, and am getting this error upon trying to build:
Module compiled with Swift 3.0 cannot be imported in Swift 3.0.1: <path_to_project>/Alamofire.framework/Modules/Alamofire.swiftmodule/x86_64.swiftmodule
I've referenced this question: Module compiled with swift 3.0 cannot be imported in Swift 3.0.1, but the selected answer did not work.
The contents of my Cartfile is simply:
github "Alamofire/Alamofire"
Thanks in advance for your help.