Jing
Jing

Reputation: 1965

iPhone app icon size when validating builds in Xcode

I have a question when I am validating distribution build in Xcode.

I got the following error from Xcode enter image description here

From this message, I guess my icon size is not right. However, I checked the image size several times, for the icon.png, the size is 57x57, while for the high resolution [email protected], the size is 114x114. enter image description here

So I also tried to make the icon again for several times, but I still get this message.

Is anyone know what happened here? Thanks!

Upvotes: 2

Views: 823

Answers (1)

kalyan711987
kalyan711987

Reputation: 11

Please select the targets and summary and set the app icon there.If it is iphone add 57*57 and ipad 72*72(size). I think this would solve the problem.

Upvotes: 1

Related Questions