I am using the Xcode 8.0 GM. I created a default single-view app with my deployment target set to 9.0.
In my Podfile I\'m targeting the bleeding edge Swift 3 branch:
You need to use version 4.0pod 'Alamofire', '~> 4.0' notice that CocoaPods 1.1 is needed.
pod 'Alamofire', '~> 4.0'