I create a new nativescript application (ns create xxxx) and then run it to get it loaded into a simulator (ns run ios).
Once running, I add a console log anywhere (on init, or as an action from a button click etc.) and it will not output to the console.
I have found a thread on Stack that posed a similar question but it looks like they never got much feedback (and others reported the issue).
I have tried running in the VSCode terminal as well as the regular terminal (so it's not a VSCode thing). I am completely floored on what could be causing this.