Search code examples
iosxcodereact-nativeassets

Icon does not appear in iOS app (xcode assets configuration)


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


Solution

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