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

How to Fix 0x120 Error – 'Missing recommended icon file - The bundle does not contain an app icon for iPhone / iPod Touch of exactly '120x120' pixels, in .png format'

Missing recommended icon file error fix for iOS app updates.

Quick Answer: Ensure your app bundle contains an Icon-120.png file in the correct location, following Apple's guidelines.

To resolve the error 'Missing recommended icon file - The bundle does not contain an app icon for iPhone / iPod Touch of exactly '120x120' pixels, in .png format', you need to create and include a new icon file named Icon-120.png in your project.

🛠️ Step-by-Step Verified Fixes

Method 1: Create Icon File

  1. Step 1: Open your project in Xcode and navigate to the Assets.xcassets folder.
  2. Step 2: Right-click on the Assets.xcassets folder and select 'New Image Set'.
  3. Step 3: Select 'Icon' as the image set type, choose '120x120' pixels, and 'PNG' as the file format.
  4. Step 4: Name your new icon file Icon-120.png and click 'Create' to save it.

🎯 Final Words

By following these steps, you should be able to resolve the error and successfully submit your app update. Remember to always check Apple's guidelines for the latest icon requirements.

Did this fix your problem?

If not, try searching for specific error codes.

🔍 Search Error Database

❓ Frequently Asked Questions