Madhubalan K
Madhubalan K

Reputation: 357

Xcode 5 iPhone app app store upload error

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

Answers (4)

Harry
Harry

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

Mazen K
Mazen K

Reputation: 3662

I ended up deleting the App Icon package and it worked!

Upvotes: 0

Jordan Montel
Jordan Montel

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 :

enter image description here

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

Magyar Miklós
Magyar Miklós

Reputation: 4272

Your App icons must be under the top level

enter image description here

Upvotes: 0

Related Questions