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,
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,
Try adding the Console Plugin to your Cordova project.
cordova plugin add cordoba-plugin-console
cordova build ios