Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

ERROR ITMS-90596: "Invalid Bundle. The asset catalog at 'Payload/Limon chilli.app/Assets.car' can't be read

While uploading ipa file to application loader I'am getting this type of error. I'am using sierra 10.12.1 and x-code Version 8.1 (8B62). How to solve this?

ERROR ITMS-90596: "Invalid Bundle. The asset catalog at 'Payload/Limon
chilli.app/Assets.car' can't be read. Try rebuilding the app with a non-beta 
version of Xcode and submit it again."
like image 789
SWAMY CHUNCHU Avatar asked Dec 26 '16 06:12

SWAMY CHUNCHU


2 Answers

This is really weird issue people are facing from new version of XCode and macOS Sierra. There are multiple ways you can solve this error are as follows:

  1. Use latest XCode 8.2.1 and macOS Sierra 10.12.1, and upload archive from new XCode. Get latest XCode from here
  2. Archive your app, Create .ipa file with options Save for iOS App Store Deplyment and upload it using Application Loader.

One of these options should work as I faced same issue and fixed it by doing both of this for 2 times till now. Prefer #1 as you don't have to use any other tool for uploading build.

like image 169
Pushkraj P. Lanjekar Avatar answered Oct 19 '22 01:10

Pushkraj P. Lanjekar


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

like image 5
ChikabuZ Avatar answered Oct 19 '22 03:10

ChikabuZ