I exported as xcode project, opened in XCode 4.4.1 tested and archived, app builds properly and IPA file works on authorized devices (distribution profile as ad-hoc, synced via itunes)
However I've noticed that some missing files reported by XCode (no errors about them while compiling):
1) missing (red color) libPhoneGap.a in Project/PhoneGapTemplate/Frameworks folder
2) missing (red color) myapplicationname.app in Project/PhoneGapTemplate/Products folder
3) missing (red color) libCordova.a in Project/CordovaLib.xcodeproj/Products folder
I don't use in my project PhoneGap API yet so I don;t know if these missing files affect API.
Thoughts?