Following the instructions outlined here: http://docs.phonegap.com/en/2.1.0/guide_upgrading_ios_index.md.html
I am attempting to upgrade an existing iOS project from Cordova 1.9 to 2.0.
After following the instructions line by line I'm still getting the following error when attempting to run:
Lexical or Preprocessor Issue -- "#import <Cordova/CDVPlugin.h>" File Not Found
The line generating this error reads:
#import <Cordova/CDVPlugin.h>
I have already done the following in an attempt to solve this:
- Ensured I am importing the CordovaLib project correctly into my parent project
- Double checked that I'm using the correct import syntax with brackets, instead of the quotes
- Ensured my CORDOVALIB directory is accurate
- Did a project clean and a clean build folder
- Tried adding my CORDOVALIB folder to User Header Search Paths, recursively. Did nothing
I have a project I created via command line to harvest the cordova-2.0.0.js file. That project runs fine and I've nearly gone line by line through the Build Settings comparing it to my existing project and can't come up with anything different.