iOS4 print command

if an app is built with the SDK or Game Edition Beta, the print command doesn’t send anything to the console

[import]uid: 6459 topic_id: 2253 reply_id: 302253[/import]

If you are building for an IOS 4 device, try placing this at the beginning of your code:

io.output():setvbuf('no') -- disable output buffering for Xcode Console  

-Tom [import]uid: 7559 topic_id: 2253 reply_id: 7031[/import]

thank you! [import]uid: 6459 topic_id: 2253 reply_id: 7056[/import]