Missing AppIcon in Organiser

前端 未结 3 777
忘掉有多难
忘掉有多难 2021-02-07 13:07

I\'ve recently migrated my application to support iOS7 and during that process updated my app icons to use an Asset Catalog; which is all working great in the app. However, in O

3条回答
  •  天命终不由人
    2021-02-07 13:55

    So it seems you still need to have the Icon files entry in the app plist that points to an icon that is a resource in the app; even though Xcode removed this when I converted to the catalog; here is the entry that I created manually whilst also keeping the asset catalog:

    plist entry

    Note that I have tested this with different icons and this setting does not impact the icons the App actually uses at runtime; this entry appears to only be used by Organizer and TestFlight, thereby solving my problem.

提交回复
热议问题