I\'m having some issues installing Alamofire 4.0 into my project.
I\'ve got the latest version of Xcode, running Swift 3
I tried updating and didn't work. Finally , I had to completely remove (manually )cocoapods, cocoapods-core , cocoapods-try.. any other package use by cocoa pods. Use this terminal command to list all the packages : gem list --local | grep cocoa pods
After that , I also delete ./cocoapods folder from user root folder.