简体   繁体   中英

Application/Launch icon doesn't appear in iPhone 5.0 simulator or device

I think I have done everything to set up my app launch icon correctly but it doesn't seem to be working in the iPhone 5 simulator or device. I have verified it works in the 4.3 simulator and device. Here is everything that I have set:

In the root of the project, I've got both the 57x57 and 114x114 images added:

添加到项目

These also show up in the info.plist:

info.plist

And they show up in the summary view:

摘要视图

When I run this with the 4.3 simulator it works for both normal and retina resolutions:

4.3正常

4.3视网膜

However, when I run them with the 5.0 simulator the icon doesn't show for either the normal or retina resolutions:

5.0普通

5.0视网膜

I've tried resaving and renaming the images along with unsetting and resetting all of the properties in the project with no luck. I've also confirmed that this isn't just a simulator problem. When I load the application onto the iPhone 5, it has the same issue when it works on the iPhone 4. I haven't been able to try it on the 4S but I imagine it would have the same issue. Thanks in advance.

Traditionally icons for iPhone applications are named Icon.png and Icon@2x.png .

  • Icon.png. The name for the app icon on iPhone or iPod touch.
  • Icon-72.png. The name for the app icon on iPad.
  • Icon-Small.png. The name for the search results icon on iPhone and iPod touch. This file is also used for the Settings icon on all
    devices.
  • Icon-Small-50.png. The name of the search results icon on iPad.

Additionally, similar problems can usually be solved by cleaning all targets in your project using "command-shift-k" or "command-option-shift-k".

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM