I\'m doing the Ray Wenderlich tutorial called SimpleWeather.
The podfile is in the same folder as the project.
Here\'s my code from the podfile:
platfo
I had the same problem. Then with many attempts of trials and errors I finally got the working solution:
source 'https://github.com/CocoaPods/Specs.git'
platform :ios, '9.0'
use_frameworks!
target 'SimpleWeather'
pod 'Alamofire', '~> 3.4'
This works when you are in your project directory (I assume you should navigate using terminal to /Users/myName/Developer/SimpleWeather/)