My app, built only for iPhone, doesn’t show Icon correctly in new iPad, which has retina display. While installing the app, app Icon is displayed correctly. But After finishing installation, the app’s launch image is displayed as the Icon, not the Icon image.
Since it’s not the universal app, there seems to have no place to configure something for iPad device in Xcode.
In iPhones including 3Gs, 4, and 4S, and old iPads, I don’t have this problem.
I found what I’ve done incorrectly by chance. In app info plist file, Default.png and Default@2x.png was added to “Icon Files” entry. I don’t know why. I guess I’ve manipulated Xcode oddly before.