Hi
I am in need of help. I was working on my game on my Windows machine and all worked OK. Now I transferred the game folder to my mac machine for key signing and publishing but for some reasons, corona simulator is giving me the above error message and I am unable to run the game.
What am i doing wrong even tough the same game runs on the Windows version of corona.
local background = display.newImage( "/images/background-image.png" ) background.x = centerX background.y = centerY