Seeing Console Message to Debug Mac OS X App

In the Build for OS X, (https://docs.coronalabs.com/guide/distribution/osxBuild/index.html), it instructs us to use the Utilities->Console App to see the print() messages from Lua for our Apps. Does anyone know how to actually get the Corona messages there? Right now, none show up.

Try selecting the system.log in the left column of the console.app. The print output should be there

If you run the app from the Corona Simulator after building it, the output will be visible in the Corona Console.

You can also run the app in terminal window and see the output there using a command line like:

~/Desktop/MyDesktopApp.app/Contents/MacOS/MyDesktopApp

The output should appear in the Console as mentioned above but I’m not seeing that right now so I think there’s a bug I need to fix.

Try selecting the system.log in the left column of the console.app. The print output should be there

If you run the app from the Corona Simulator after building it, the output will be visible in the Corona Console.

You can also run the app in terminal window and see the output there using a command line like:

~/Desktop/MyDesktopApp.app/Contents/MacOS/MyDesktopApp

The output should appear in the Console as mentioned above but I’m not seeing that right now so I think there’s a bug I need to fix.