print output not appearing in Xcode console?

I’ve installed build 714 and now I don’t see the output from prints in the Xcode console when running on the device (iPhone 4). I previously had build 694 and the output was there. I just tried switching back to 694, reran the build and the output is back, then back to 714, rebuild and it’s gone so does look like build related. [import]uid: 39538 topic_id: 19778 reply_id: 319778[/import]

Hi Mark,

I’m seeing this too in later builds when it used to work in older ones.

Did you end up figuring this one out? [import]uid: 35618 topic_id: 19778 reply_id: 96766[/import]

Hi Jeremy,

No don’t think I ever did get to the bottom of this (although it’s a long time ago now!).

I suppose it’s possible this is deliberate as you wouldn’t want random prints on the device when the app’s running normally. [import]uid: 39538 topic_id: 19778 reply_id: 97389[/import]

i have not used newer builds and i have always had this at the top of my programming for viewing print statements in xcode/organizer/console.

I am not sure if this is what you are using also.

io.output():setvbuf('no')  

[import]uid: 89663 topic_id: 19778 reply_id: 98024[/import]