I am new in PhoneGap, making a app via Xcode; But I found an error regarding CDVViewController.h. However, the file physically exists there. I am using Xcode 4.
CDVViewController.h
Please add this line to your projects Build Settings >> Header Search Paths:
$(OBJROOT)/UninstalledProducts/$(PLATFORM_NAME)/include
it's worked on Xcode 7.0 + and iOS 9+.