0

I have a project that integrated with cordova, when I debug my Xcode IDE does not print anything to console log. I have tried with App code it's the same

Best,

HaiN
  • 917
  • 11
  • 31
  • And when you don't Debug it prints something? – FredericP Aug 14 '16 at 07:08
  • Possible duplicate of [Cordova app suddenly has no console log in Xcode](http://stackoverflow.com/questions/29179186/cordova-app-suddenly-has-no-console-log-in-xcode) – FelixSFD Aug 14 '16 at 18:01

1 Answers1

0

Try adding the Console Plugin to your Cordova project.

cordova plugin add cordoba-plugin-console
cordova build ios
johnborges
  • 2,422
  • 20
  • 33