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
Reiterating our original conversation:
Accordingly to Podfile Syntax Reference the Podfile looks right.
Make sure you are running $pod install from your project directory:
$pod install
/Users/myName/Developer/SimpleWeather