Does anyone experinced this problem?
It seems that on device the print (“text”) doesn’t work anymore after apple ios last update. [import]uid: 107375 topic_id: 23354 reply_id: 323354[/import]
Does anyone experinced this problem?
It seems that on device the print (“text”) doesn’t work anymore after apple ios last update. [import]uid: 107375 topic_id: 23354 reply_id: 323354[/import]
It’s working OK for me. I have the following line at the top of my main.lua file.
io.output():setvbuf(‘no’) [import]uid: 67839 topic_id: 23354 reply_id: 93639[/import]
Quite strange.
Print isn’t working for me on 704 neither dayly.
I’ve tried everything but the same code on an iphone with 5.0 ios works. [import]uid: 107375 topic_id: 23354 reply_id: 93770[/import]
Let me state better the problem:
OS: Mac OSX Snow Leopard (Mac OS X 10.6.8)
SDK: xcode 4.2
SDK: corona release 704 (but the problem is the same with 767)
Device: ipad2 ios 5.1
Actually a simple
print ("Hello World")
or
io.output():setvbuf('no')
print ("Hello World")
in an empty main.lua does not work on this configuration.
If installed on a iphone with ios 5.0 it prints out correctly.
Do i need to upgrade to Lion (I can’t because of CPU) and instals xcode 4.3?
I bought the ipad2 to develop and discovering after update that i cannot downgrade to 5.0 seems a little frustrating, don’t want to buy another mac just to work with 5.1! Insane!
[import]uid: 107375 topic_id: 23354 reply_id: 94051[/import]
I am experiencing this issue as well. Using iPhone Configuration Utility console output and don’t see any of my print() outputs since I’ve upgraded to iOS 5.1 [import]uid: 36792 topic_id: 23354 reply_id: 97381[/import]
@grandezot : See this http://developer.anscamobile.com/forum/2012/03/24/build-ios-51-snow-leopard [import]uid: 84637 topic_id: 23354 reply_id: 97382[/import]
Bump.
Any update? I can’t see any messages, whether I use print or io.write/io.flush. My code is crashing only on the device and it’s difficult to track down without console output. [import]uid: 58455 topic_id: 23354 reply_id: 107258[/import]