My program works fine in simulator, both under windows and mac, but when I load it on a real iOS device, images fail to appear. The entirety of my program:
local img = display.newImage (“diagrambutton.png”,0,0,true)
img.x = display.contentWidth/2
img.y = display.contentHeight/2
The png file is located in the same folder folder where main.lua is located. It is a 200x200 image file.
Running in simulator (Windows or Mac), viewing any device, the image is shown at screen center. On a real iOS device, no image is shown. What is going on here? [import]uid: 157797 topic_id: 36352 reply_id: 336352[/import]