Hello I am a paid customer and working on a game, it worked on my phone. But I put a newer version on my phone and it says the file is corrupt. It works in the simulator. I tried again and again but it always says its corrupt. My code has no errors so what could it be? [import]uid: 82023 topic_id: 17215 reply_id: 317215[/import]
What version of Corona are you running and are you on a PC or a MAC? (Also, is the build for iOS or Android?)
The main time we see this kind of thing is because you have an issue with capitalization. Eg, you use [lua]display.newImage(“myImage.png”)[/lua] but the image file is actually called “myimage.png” or “MyImage.png”, etc.
Peach [import]uid: 52491 topic_id: 17215 reply_id: 64936[/import]
perhaps your pictures are .jpg and it is correct, you should change in .png [import]uid: 164512 topic_id: 17215 reply_id: 117884[/import]