I\'m having some issues installing Alamofire 4.0 into my project.
Alamofire 4.0
I\'ve got the latest version of Xcode, running Swift 3
I change the line "pod 'Alamofire', '~> 4.0'" to "pod 'Alamofire', :git => 'https://github.com/Alamofire/Alamofire', :commit => '3cc5b4e'" after that in terminal: "pod install --repo-update" and it works.