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

前端 未结 6 1044
悲&欢浪女
悲&欢浪女 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 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

提交回复
热议问题