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

6

11

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...!!

Stopping answered 2/12, 2016 at 6:46 Comment(3)
If there is any file named in your assets car check it is not corrupted.Urbani
No there is no any assets named Car. I have uploaded it using xcode it is successfully uploaded.Stopping
Great. Then it should be an issue of different application loader.Urbani
S
26

"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

Scholium answered 2/12, 2016 at 6:53 Comment(4)
agree but the thing is few minutes before I have uploaded it successfully using same Xcode and application loader.Stopping
did you check the Application Loader version while uploading in both case.possibly error may occur due to this.Scholium
I have uploaded it using xcode it is successfully uploaded.Stopping
Ran into the same issue and had to set the command line tools to the right version.Canale
J
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!

Juratory answered 20/1, 2020 at 12:0 Comment(1)
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.Koerlin
V
1

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.

Vacuous answered 9/11, 2018 at 1:29 Comment(0)
L
0

I have faced the same problem. I fix it by uploading app using Xcode Organizer. Archive app and upload to app tore using Organizer.

Latchkey answered 7/2, 2017 at 17:51 Comment(0)
A
0

I faced this issue with XCode 8.3.2. During upload process there was a checkmark on "Rebuild with Bitcode". After I remove it - the build was successfully uploaded.

Algesia answered 17/7, 2017 at 11:47 Comment(0)
S
0

In this case I used old Application Loader and saw this error. To launch latest Application Loader chose Xcode -> Open Developer Tool -> Application Loader

Substantiate answered 4/10, 2017 at 12:26 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.