In iOS, I update 7.2. I\'m able to build my existing project to my device with no problem. When it came time to archive the project to prepare for submission to the app sto
The CDV.h file is present in CordovaLib/CordovaLib.xcodeproj/public. You can give this path and worked for me.
I don't know how to give relative path. So I dragged/dropped the file and put it in "" with #import like:
""
#import
#import "dragged file full path"