Xcode 提交应用程序时出现 IMS 90096 错误

Xcode IMS 90096 Error While App Submission

我有一个应用程序可以在所有 iphone 尺寸的设备上正常运行。我正在尝试将其上传到应用商店。我正在使用 LaunchScreen.xib 而不是使用启动图像。我已经添加它来复制捆绑资源来解决问题,但它没有帮助。

其他问题中提到的解决方案也没有帮助我。错误如下所示。有人知道那个错误吗?

这个问题已经问过很多次了。

如本文所述link

  1. Check all those images are .PNG
  2. Put those images at root level of your project
  3. Add another splash.png with name "Default-568h@2x.png" for iPhone 5. Its size should be 640 × 1136 pixel.

最终你需要检查你的图像"all are must be in PNG format"。

编辑: