skip to Main Content

I’am trying put icon in my iOS app following xcode documentation, but the
the icon does not appear on my device or simulator.

My media assets file on xcode project navigator:

project files

When selecting the assets file I can see my targets but I can’t select my main one, I don’t know why. As shown here:

AppIcon config

In general settings of App I can see the AppIcon linked:

General settings

2

Answers


  1. Chosen as BEST ANSWER

    I solved this problem by adding the icons without using asset catalog. I took exam like this sample.


  2. Solution is You just need to add icons size 2x and 3x only in iphone app.

    Login or Signup to reply.
Please signup or login to give your own answer.
Back To Top
Search