I have a cordova project and try to running iOS I executed:
cordova platform add ios
cordova build ios
cordova run ios
Everything is fine with first 2 commands but with last command I got an error:
so any ideas?
I have a cordova project and try to running iOS I executed:
cordova platform add ios
cordova build ios
cordova run ios
Everything is fine with first 2 commands but with last command I got an error:
so any ideas?
It seems your cordova installation was corrupted. Please reinstall the latest version of NPM and install cordova again using sudo npm install -g cordova
.