I'm trying to upload iOS application to App Store using Xcode but after uploading I received next email from Apple iTunesConnect:
Missing Asset Catalog - Your app is missing the asset catalog file in *.app
Are they talking about Assets.xcassets
or what?
Anyway of course I have Assets.xcassets
in my Xcode project with all needed icons and images I use in my app
What does it mean?
The problem was that my Assets folder wasn't in the right folder (seems somehow I moved it to Base.lproj folder), it should be in root