Cordova Error: Your ios platform does not have Api.js
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…