Reputation: 357
Hi I created a iPhone app for iOS 7 and assigned icon using AppIcon set in Images.xcassets. It works good. I try to upload the build in app store through Application Builder it gave following error.
icon specified in the info.plist not found under the top level app wrapper: AppIcon 40x40
icon specified in the info.plist not found under the top level app wrapper: AppIcon 60x60
Even i gave icons 120 x 120, 80 x 80, 58 x 58.
Please help me. If choose iOS 7 as a target device above 3 icons only ask by AppIcon set but while upload gives error.
Upvotes: 0
Views: 1760
Reputation: 16
Please used the new version of application loader that was included in Xcode 5, not used the old version.
The menu:[Xcode]-[Open Developer Tool]-[Application Loader].
Upvotes: 0
Reputation: 8247
You need to have the icon with size 40*40 and 60*60 in your application.
Here my info.plist with all icons for all iOS :
Add all images on your project and with this website you can generate all the icon size with the good name for iOS 6 and iOS 7 from your image 1024*1024.
Upvotes: 1