I have seen several reports that users are getting the blank white screen on device when app works in simulator. It’s been happening to my new iPad 3 too, from versions 811 to 827. Last version that I have that works fine is 782.
Here’s the Console read from XCode organizer:
[code]
>
Jun 4 16:17:21 unknown kernel[0] : launchd[1352] Builtin profile: container (sandbox)
Jun 4 16:17:21 unknown kernel[0] : launchd[1352] Container: /private/var/mobile/Applications/52ED515C-D8A3-41DA-A330-679A0C8C175B [69] (sandbox)
Jun 4 16:17:21 unknown TestImage[1352] : failed to make complete framebuffer object 8cdd
[/code]
The application continues executing without problem, but the screen remains blank white.
I am trying a very trivial code:<br>local im = display.newImage( "test.png")<br>
There is no problem in lua, im gets loaded and if I try to print the im table it is all ok.
I am not using storyboard nor director or anything. Seems to be problem with Corona host.
[import]uid: 80100 topic_id: 27127 reply_id: 327127[/import]