I installed Xcode 4.5 (without the previous version for phone calls). I downloaded, extracted and created a project on the Phonegap tutorial: http://docs.phonegap.com/en/2.1.0/guide_getting-started_ios_index.md.html#Getting%20Started%20with%20iOS
After the terminal command: ./create myproject ~ / Desktop / myproject com.test.myproject I have a structure based on the sequence.
Then I run xcode and want to play this sample project. Xcode build Fails and says:
Lexical or manufacturer problem "Cordova / CDVViewController.h file" was not found
I tried to add this missing header to the classes folder, restored the import syntax, but still the same question.
Has anyone solved this problem? / HOW?
source share