Question while testing on device

Hello,

I am continuing to test my game on my iPhone 4s and am running into problems I did not have in the simulator. Is there a terminal or a file that is produced that allows me to figure out what part of the program is having issues while it runs on the device?

Thanks,
Scott [import]uid: 79834 topic_id: 17454 reply_id: 317454[/import]

Use organiser in xcode. You can see your print statement in the console while running on the device.

you need to put this in the top of your main.lua file:

io.output():setvbuf(‘no’)

and you need to enable logging in settings/developer on your device
[import]uid: 13632 topic_id: 17454 reply_id: 66200[/import]

Thanks that helps! [import]uid: 79834 topic_id: 17454 reply_id: 66211[/import]