question

AlexKozler-6616 avatar image
1 Vote"
AlexKozler-6616 asked RobCaplan edited

iTunes Connect barking about Missing Xamarin.iOS Asset Catalog

Since upgrading to VS2019 16.10 Preview 1, my Xamarin.iOS builds all wonky and slow (like 20+ minutes). When it eventually builds, I get the IPA and upload it via Transporter just fine... then I get an email almost immediately barking that my Assets are missing???

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

I haven't messed with my Assets.xcassets stuff in a long time so I'm not sure why it's suddenly broken? I tried moving the folder under Resources, then updating the paths in the .csproj but that did nothing for me. I also tried both Including and Excluding the Assets.xcassets folder but that also did nothing.

What am I missing here? I initially had iTunes Connect whining about a "CFBundleIcons" key missing, which I manually added to the Info.plist. But now that the CFBundleIcons complaint is gone, the Assets complaint is here. I'm not sure why it even needed CFBundleIcons to begin with, though, as I've not heard of others having this problem.

What am I doing wrong here?

dotnet-xamarin
· 4
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

This is a common issue and could be caused by a number of reasons.
Can you try to publish your app on mac first to see if problem persists ?

0 Votes 0 ·

I copied my project over to my Mac, opened it and built it in VS for Mac, and it seemed to work.
How do I fix it so it also works on Windows VS???

0 Votes 0 ·

I'm receiving the same error after upgrading to VS2019 16.10. Seems like a bug to me, because all I did is install the update.

0 Votes 0 ·

0 Answers