Ionic cordova emulate ios --consolelogs not creating console.log file

When I run the command:

ionic cordova emulate ios --target="iPhone-5" --consolelogs --debug

I get this at the end:

** BUILD SUCCEEDED **

logPath: /Users/amir/git/myapp/platforms/ios/cordova/console.log

But when I go to that console.log file it doesn’t exist.

This is what the logs say for this command:

–consolelogs, -c
Print out console logs to terminal

Emulate Android and iOS Apps with Ionic Cordova Emulator

No logs appear in the terminal. It goes back to the prompt after it builds and the emulator loads. I can trigger the console log using the app but I can’t find where the actual log goes to.

I have exactly the same issue. Can’t find logs anywhere. Did you find a solution to this issue?