I\'m trying to build a cordova ios app but not having much luck and getting strange errors.
Using this version of Cordova with older version of cordova-i
I was having exactly this problem but managed to solve it by simply removing and then adding the IOS platform within my project:
cordova platform rm ios cordova platform add ios
This seemed to fix whatever had somehow got broken when updating Cordova...