Software⏱️ 2 min read📅 2026-06-03

How to Fix: ERROR ITMS - 90167 No. app bundles found in the package

Check Xcode project settings and ensure the 'Product' section is set to 'Archive' when creating an archive.

Quick Answer: Verify that the 'Product' section in your Xcode project settings is set to 'Archive' when creating an archive, as this setting determines how the app will be packaged for submission.

The error "ERROR ITMS - 90167 No. app bundles found in the package" is typically caused by a missing or incorrectly configured Info.plist file within your app's archive.

🔧 Proven Troubleshooting Steps

Method 1: Verify Info.plist File

  1. Step 1: Open the Xcode project and navigate to the target's General tab.
  2. Step 2: Locate the Info.plist file and ensure it is correctly configured, including the bundle identifier and app name.

Method 2: Check Bundle Structure

  1. Step 1: Open the Xcode project and navigate to the target's Product > Archive menu.
  2. Step 2: In the archive's contents, verify that there are no duplicate or missing bundles.

🎯 Final Words

By following these steps and verifying the Info.plist file and bundle structure, you should be able to resolve the "ERROR ITMS - 90167 No. app bundles found in the package" error and successfully upload your app to the App Store.

Did this fix your problem?

If not, try searching for specific error codes.

🔍 Search Error Database

❓ Frequently Asked Questions