CoronaViewer: print() calls not appearing in Xcode console

Hi *,

I installed CoronaViewer on my iPhone and created a sample application that writes some text to the console via print(). I synced the application via Dropbox to the viewer and monitored the console output of my phone in Xcode (Devices -> My iPhone -> Triangle at the bottom to expand the log).

Now I am unable to find the text I printed to the console in the logs. Does Corona not forward the print() calls to the iOS syslog? If so, what is the preferred way to gather log messages in Corona?

Specs:

iPhone 6 (iOS 10.0.2)

Xcode 7.3.1

Corona 2016.2949

Thanks

Tyr

Update to the latest daily build.  

There is some iOS 10 things that got fixed after 2949 that seems to have solved the missing print statement issue.

Rob

Thanks, Rob. That fixed it!

Update to the latest daily build.  

There is some iOS 10 things that got fixed after 2949 that seems to have solved the missing print statement issue.

Rob

Thanks, Rob. That fixed it!