缺少资产目录 - 您的应用程序缺少 *.app 中的资产目录文件

Missing Asset Catalog - Your app is missing the asset catalog file in *.app

我正在尝试使用 Xcode 将 iOS 应用程序上传到 App Store,但上传后我收到了来自 Apple iTunesConnect 的下一封电子邮件:

Missing Asset Catalog - Your app is missing the asset catalog file in *.app

他们是在谈论 Assets.xcassets 还是什么?

无论如何,我的 Xcode 项目中当然有 Assets.xcassets,其中包含我在我的应用程序中使用的所有需要​​的图标和图像

这是什么意思?

问题是我的 Assets 文件夹不在正确的文件夹中(我似乎以某种方式将它移到了 Base.lproj 文件夹中),它应该在根目录中