I did an upgrade from CoronaSDK 2013.1137 to 2013.2076
Then added in config.lua graphicsCompatibility = 1 but I get an error while this line executes
sheet1 = sprite.newSpriteSheet(“image1.png”, 24,24)
Error is “attempt to call field newSpriteSheet’ (a nil value)”
There is no problem with code since in 2013.1137 game is ok and its even published in android and apple stores.
However I am stuck with upgrading to new version cause when I try with 2013.2076 I always get a DEBUG apk although I am using live enviroment keystore (I saw in another post I had to upgrade in order to get it fixed)