I am trying to create a cokopod xcode project. I have followed the steps given below to configure cocopodes on Mac machine (Mac OSUsemite 10.10.2, Xcode version 6.1.1)
- sudo gem update --system
- sudo gem
- Set up pod setup
- and then the pod update inserted in the existing cocopod expode project root directory
now While getting the encoded workspace file, getting the following error in the projectname- prefix.pch file
"Reck Twive Coca / ReactiveVocoH. " File not found (but I see the library and class file in the project)
In my case it Resolved in this way ..
after opening the terminal - & gt; Go project directory cd / enter your Xcode project directory path.
Now use this command to check if any updates are available for existing orders.
Use the.
pod update
This will update all the pods automatically.
Ensure that you have stopped the encoding before updating.
After updating, change the import section of your class files.
#import & lt; Reactive cocoa / reactive cocoa H & gt;
Thanks.
Hope it helps.
No comments:
Post a Comment