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
Build Settings -> Framework Search Paths
.Build Settings
.In summary, make sure your
path contains no space. Otherwise, rename the dir
that contains spaces, then clean and build your project.
e.g. If this is your project root: /Users/handsomeboy/ios app/Fancy App/
, rename the folder that has spaces. One way to get rid of the space: change 'ios app'
to 'ios_app'