Missing Asset Catalog in App Store deliver (SOLVED)

I uploaded my app to App Store using Transporter app and got the following error message from the store:

We identified one or more issues with a recent delivery for your app, “Bouncer Story” 1.2.5 (1.2.5). Please correct the following issues, then upload again.

ITMS-90546: Missing Asset Catalog - Your app is missing the asset catalog file in ‘Bouncer Story.app’. For more information see http://help.apple.com/xcode/mac/current/#/dev10510b1f7.

Should this be fixed by the developer (and how?) or is this something that Defold-engine should be taking care of?

What version of Defold engine are you using? This issue is fixed in 1.2.177.

But if you are using 1.2.177 and it is still missing you probably need to create Assets.car file yourself. Check this link: https://defold.com/manuals/ios/#creating-an-icon-asset-catalog

2 Likes

I am using version 1.2.177. That version fixed another bug in the delivery pipeline, but not this one. Our project is initially created a few years ago.

Thank you for the link. I’ll check if I can fix it by myself.