shazron commented on a change in pull request #330: CB-13164: Integrated
cordova-plugin-console
URL: https://github.com/apache/cordova-ios/pull/330#discussion_r132598918
##########
File path: bin/templates/project/__PROJECT_NAME__/config.xml
##########
@@ -65,6 +65,10 @@
<feature name="LocalStorage">
<param name="ios-package" value="CDVLocalStorage"/>
</feature>
+ <feature name="Console">
Review comment:
You need to add this in defaults.xml as well. I tried adding the platform to
a newly created CLI project, console.log failed because this wasn't in
config.xml.
See
https://github.com/apache/cordova-ios/commit/b0c71bf63c8ce989648f0b8205befe174af37860
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]