Application Loader: no zip file

I can’t believe that I can’t figure this out, since I did my first submission to the App Store just a few weeks ago. (It got rejected, no big surprise, so here is my revision to fix their objections.)

The problem is that when I build the new app in Corona, all I get is an .app file. The Application Loader apparently wants a .zip file. Do I just compress the NewApp.app file into NewApp.app.zip, or is there some smarter way to do this?

False alarm – I was still building with development code signing identity. When I changed to distribution code signing identity, the build correctly produced a .zip file.

However, now App Store is saying I have no 57-pixel icon, which I believe I do. At least, it is in the source folder that I build from, along side all the other icons. Do the icons need to be exhaustively listed in build.settings?

Yes they should be listed. But you may have the problem with the name of your file. Double check it.

False alarm – I was still building with development code signing identity. When I changed to distribution code signing identity, the build correctly produced a .zip file.

However, now App Store is saying I have no 57-pixel icon, which I believe I do. At least, it is in the source folder that I build from, along side all the other icons. Do the icons need to be exhaustively listed in build.settings?

Yes they should be listed. But you may have the problem with the name of your file. Double check it.