ERROR ITMS-90596: "Invalid Bundle. The asset catalog at Payload"

11,019

Solution 1

"I had two Xcodes on my Mac, Xcode 7.3 and 8.1. I made the archive using 8.1 but was uploading it with Xcode 7.3's Application Loader (3.5). Uploading with Xcode 8.1's Application Loader (3.6) resolved the issue for me".

https://forums.developer.apple.com/thread/63321

Solution 2

Got this error when trying to upload Xcode 11 built ipa with old Application Loader.

But from Xcode 11 Application Loader is no longer included with Xcode.

When tried with the latest app submission approach using Transporter (https://apps.apple.com/in/app/transporter/id1450874784?mt=12), submission was successful.

Good Luck!

Solution 3

I got the following when using Application Loader 3.7.1

enter image description here

I updated to 3.7.2 and it fixed the problem. So you may want to also make sure there's no new XCode versions.

Share:
11,019

Related videos on Youtube

Dheeraj D
Author by

Dheeraj D

Updated on June 04, 2022

Comments

  • Dheeraj D
    Dheeraj D almost 2 years

    I am Using xCode 8.0 and build an ipa for my project and uploading it using Application Loader but i am getting an error please see below screen shot:

    enter image description here

    I have successfully uploaded one of prior version of same application few minutes before but now i am getting the above error without any changes.

    Thanks in Advance...!!

  • Dheeraj D
    Dheeraj D over 7 years
    agree but the thing is few minutes before I have uploaded it successfully using same Xcode and application loader.
  • MAhipal Singh
    MAhipal Singh over 7 years
    did you check the Application Loader version while uploading in both case.possibly error may occur due to this.
  • Dheeraj D
    Dheeraj D over 7 years
    I have uploaded it using xcode it is successfully uploaded.
  • Ray Hunter
    Ray Hunter about 7 years
    Ran into the same issue and had to set the command line tools to the right version.
  • javi_swift
    javi_swift over 4 years
    In our case we have some apps being built with Xcode 10 and others with Xcode 11. Trying to upload a Xcode 11 built app with Application Loader throws this error.