I am trying to build a Cocoapod xcode project. I followed below steps to configure cocoapods on my mac machine(MAC OS yosemite 10.10.2, xcode 6.1.1 version)
- sudo gem update --system
- sudo gem install cocoapods
- pod setup
- and then navigated to existing cocoapod xcode project root directory entered pod update
Now while opening xcode workspace file, am getting the below error in projectname-Prefix.pch file
"ReactiveCocoa/ReactiveCocoa.h" file not found (but I see library and class file in the project)