2

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: enter image description here

I'm using OS X El Capitan: enter image description here

so any ideas?

Hazem Hagrass
  • 9,329
  • 10
  • 32
  • 54

1 Answers1

0

It seems your cordova installation was corrupted. Please reinstall the latest version of NPM and install cordova again using sudo npm install -g cordova.

Fenix
  • 1,552
  • 2
  • 23
  • 44