Reputation: 1965
I have a question when I am validating distribution build in Xcode.
I got the following error from Xcode
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.
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
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