jayesh kavathiya
jayesh kavathiya

Reputation: 3541

no image with correct dimensions found of icon 120 x 120

this is app icon setting image where we can set iconthis is image dimensions  120 x 120

I am adding image of correct dimensions of 120 x 120 but still showing error and apple reject may app.

I also try to add icon to info.plist file but still not working.

My app developed in xcode 4.6 and i try to change icon in xcode 5. is any problematic in this?

Upvotes: 4

Views: 2428

Answers (3)

Dr. chamran
Dr. chamran

Reputation: 540

maybe "YourApp-info.plist" file has problem. check it. i have same problem and i found problem in "YourApp-info.plist" file. in my problem that file deleted before and new location of file was incorrect.

Upvotes: 1

Ashwani
Ashwani

Reputation: 3481

You need to browse and select new image you want to add according to its dimensions in table. You need to re-layout the asset catalog for new images.

Here is already an answer, describing in detail: iOS 7 App Icons, Launch images And Naming Convention While Keeping iOS 6 Icons

Upvotes: 1

Kalpesh
Kalpesh

Reputation: 5334

Just select image from your bundle which has size is 120 x 120...

enter image description here

Upvotes: 2

Related Questions