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
After trying every solution with no success I ran:
cordova platform update ios
This fixed it for me. (XCODE 7.3.1, Cordova 6.3.0)
Reference: Cordova app failing to Archive with Xcode 7.1 (Cordova/CDVViewController.h file not found)