How do you get print output from Corona Card in XCode output?

We’re currently using Corona Cards in our iOS and Android app.

While debugging, it would be useful to see the print output from the Lua app in the XCode console output - but it doesn’t seem to appear.

The print output does appear in Android Studio and obviously in the Corona Simulator.

Prints should show up in the console log Xcode has. You can also do Window->Devices and with your device tethered in, click on it and a console pane will be at the bottom of the devices screen. It will be kinda small so you might want to drag it up make it larger.

Rob

Prints should show up in the console log Xcode has. You can also do Window->Devices and with your device tethered in, click on it and a console pane will be at the bottom of the devices screen. It will be kinda small so you might want to drag it up make it larger.

Rob