I am running XCode 7, Swift 2.0, iOS 9.
I want to install Alamofire in my project using Cocoapods. I have done the following:
gem install cocoapods
In my case: 1. Comment line of //import Pod_Module 2. Go to Project -> Clean or use shortcut key (Command+Shift+K) 2. Close your project 3. In terminal go to your project directory 4. run > pod install 5. open .xcworkspace file and build it! 6. Uncomment line of import Pod_Module
//import Pod_Module
> pod install
.xcworkspace
import Pod_Module