I am using PhoneGap 2.2.0 and Xcode 4.5.2.
I can test my programs in simulators, and I can put them on my devices to test them.
But I just can’t build for distribution. It always fails with the following error:
my-projevt-path / Classes / AppDelegate.h: 30: 9: file "Cordova / CDVViewController.h" not found
I saw this problem on the Internet and still cannot get it to work, given what solutions were sent.
I changed the settings in the build settings, I reinstalled PhoneGap, I launched new lines in the terminal, I made my application to launch a new PhoneGap project from scratch, I checked the settings in the assembly location in Xcode ... I can’t figure it out in EVERYTHING.
Please, help? I have been working on this for several days.
Thank!
source
share