photo credit: premasagar via photopin cc
Good evening, this is Bono.
This section describes how to deal with build errors when submitting applications for distribution.
コンテンツ
Errors during build
Missing required icon file. The bundle does not contain an app icon for iPhone / iPod of exactly '57x57' pixels, in .png format iOS versions < 5.0.
The following error may occur at build time.
Somehow deciphering this, I don't see the 57x57 icon in versions prior to iOS 5.0. I guess it's like.
How to deal with it
Since we could not find a drastic solution, we will force them to not support iOS prior to 5.0.
So, you can set Deployment Target to 5.0 or higher as shown below.
Fixed!
This fixed it for me. Please try it.
However, this method does not seem to work for versions prior to iOS 5.0. Please let me know if there is a better way.