App runs, but objects don't show up when installing on iPad

Hi all… in the simulator my app runs fine, but once built for the device (either by opening on my iPad iOS 3.2 or in the XCode iPad simulator), all I can see is the background image – none of my physics boxes show up. I put the images in the same folder as the app as suggested, but beyond that even when I use physics.setDrawMode(‘debug’) to see if at least that works, in the Corona simulator the boxes show up fine, whereas again in the XCode simulator they’ve all gone amiss.

Does anyone know what might be causing this?
Thanks!! [import]uid: 10284 topic_id: 3753 reply_id: 303753[/import]

Did you use any sprites? [import]uid: 11024 topic_id: 3753 reply_id: 11402[/import]

Yes, I use spritesheets for these objects which don’t show up. (And as mentioned they also don’t show up when choosing setDrawMode(‘debug’) ) [import]uid: 10284 topic_id: 3753 reply_id: 11404[/import]

If your sprites use accompanying .lua files, might I suggest implementing the sprites without them? This means, equally spacing all frames and putting them in manual order in the PNG. That’s the only way I have personally gotten the builds to work.

Link to an issue I have open: http://developer.anscamobile.com/issues/3508 [import]uid: 11024 topic_id: 3753 reply_id: 11405[/import]

Thanks, actually my sprites png does use equal spacing already… no accompanying Lua file I might know of either… [import]uid: 10284 topic_id: 3753 reply_id: 11750[/import]