App Icon not changing when app version is updated in iOS 5 simulator

前端 未结 6 1028
悲&欢浪女
悲&欢浪女 2021-02-06 00:12

I recently started using Xcode 4.2 and the iOS 5 simulator. When I update an older version of my app pre-installed in the simulator, it updates the app just fine but the app ico

相关标签:
6条回答
  • 2021-02-06 00:56

    Despite others' answers, it would appear that your problem is a bug.

    It would probably be wise to report this. Otherwise, try making a new project and trying again.

    Hope all goes as planned.

    0 讨论(0)
  • 2021-02-06 00:58

    I ran into a similar problem after renaming the app and adding the Icon files category as described in one of the other answers. No icon would show up in either simulator or device. Tried a clean build as well as restarting simulator and Xcode, no success

    The solution for me was to drag the icons from my Resources to the two empty wells under App Icons located under Targets -> Summary. After that my icons showed up in both simulator and device. I´m running Xcode 4.3.1

    0 讨论(0)
  • 2021-02-06 01:01

    Theres a new category in the plist file called Icons Files (iOS 5.0). Try adding those file names to your target info like so:

    iOS 5.0 Icon Files

    In this tab:

    Target Info


    The names and size much also be exact. See this Apple Technical Q&A #1686:

    57x57      -  Icon.png
    114x114  -  Icon@2x.png
    72x72      -  Icon-72.png
    50x50      -  Icon-Small-50.png
    29x29      -  Icon-Small.png
    58x58      -  Icon-Small@2x.png

    0 讨论(0)
  • 2021-02-06 01:03

    this works for me. In iOS Simulator :

    iOS Simulator -> Reset Content and Settings

    Be aware that it removes all things from the simulator to the trash... but it does work.

    0 讨论(0)
  • 2021-02-06 01:16

    Make sure of icons sizes are right at the Image Asset folder

    0 讨论(0)
  • 2021-02-06 01:18

    I've had this problem for a while and cleaning the project didn't work either. I finally found a trick to do this. It works at least in iOS 6, I'm not sure in previous versions. The trick is to simply move the app to a folder. The moment you move it there it should display the new icon, and then you can move it out again.

    0 讨论(0)
提交回复
热议问题