/Angular_Cordova

Convert Angular Project to Mobile App using Cordova

Primary LanguageJavaScriptMIT LicenseMIT

Angular_Cordova

Convert Angular Project to Mobile App using Cordova

Reference.

ios undefined platform

Reference.

I had the same issue.
I just updated node to the latest version.

cordova platform rm ios cordova platform add ios

This solved the issue for me.