Coding⏱️ 2 min read📅 2026-05-31

How to Fix: Missing Marketing Icon

Missing Marketing Icon in Xcode Asset Catalog

Quick Answer: Check if the PNG file is being recognized by Xcode, try deleting the asset catalog and re-adding the image.

The issue you're experiencing with the missing marketing icon in iTunes Connect is likely due to the way Xcode handles asset management.

🔧 Proven Troubleshooting Steps

Method 1: Asset Catalog

  1. Step 1: Open Xcode and navigate to the 'Assets' tab in the Project Navigator.
  2. Step 2: Click the '+' button at the top left corner of the Assets tab and select 'Add New Asset Catalog'.
  3. Step 3: In the Asset Catalog, click on the '+' button next to 'Marketing Icon' and select your PNG file.
  4. Step 4: Drag and drop the PNG file into the Unassigned placeholder in the Assets tab.

Method 2: Embedding the Icon

  1. Step 1: Open your Xcode project and navigate to the 'Resources' folder.
  2. Step 2: Create a new folder inside the Resources folder called 'Marketing Icon'.
  3. Step 3: Drag and drop your PNG file into the Marketing Icon folder.
  4. Step 4: In the Xcode project navigator, find the 'Assets' tab and click on the '+' button next to 'Marketing Icon'. Select the PNG file from the Resources folder.

🎯 Final Words

By following these steps, you should be able to resolve the missing marketing icon issue in iTunes Connect and successfully submit your app for review.

Did this fix your problem?

If not, try searching for specific error codes.

🔍 Search Error Database

❓ Frequently Asked Questions