[Solved-4 Solutions] ERROR ITMS - 90167 No. app bundles found in the package



Error Description:

achieve upload failed with error

Learn ios - ios tutorial - achieve upload failed with error - ios examples - ios programs

Solution 1:

  • Build with Xcode 7.3.1 then upload using Xcode 8 [Beta]. (Thanks to @JollyRoger)
  • Currently, this workaround ONLY works for TestFlight and NOT for App Store submissions.

Solution 2:

  • The members of WWDC in both the Xcode lab and the App Store lab were able to find out that this is a known issue in the current Sierra seed that is fixed in the next release.
  • You can either revert, or wait. Not the most satisfying answer, I admit.

Solution 3:

  1. Open Application Loader
  2. Choose Build(IPA)
  3. Uploading IPA file To app store
  4. Successfully Submit Build(IPA)To App store

Your App will have uploaded on Appstore,

Solution 4:

  1. Restart your Mac and hold Command + R on boot up
  2. Open Terminal
  3. Run csrutil disable
  4. Restart your Mac.
  5. In Finder, go to /System/Library/CoreServices/SystemVersion.plist
  6. Open the file so that you may edit the SystemVersion.plist
  7. Find <key>ProductBuildVersion</key> and locate the string attached to this key. For example, mine was 16A254g.
  8. Change this string to a version of Mac OS that is currently supported for public release. At the time of this solution this one will fine: 15G31
  9. Restart Xcode. Re-Archive your application. Re-Submit the application.

Related Searches to ERROR ITMS - 90167 No. app bundles found in the package