Posts by Bryan • 11 points
1 post
-
1
votes1
answer142
viewsA: Module Compiled with Swift 3.0.2 cannot be Imported in Swift 3.1
The problem is because the Alamofire module is compiled in version 3.0.2 and now you try to compile your project in version 3.1, which prevents the module from being imported into the project. For…