本文介绍了 iOS 应用提审时出现 “Missing required icon file” 错误的解决方案,该错误通常是因为缺少指定尺寸的 App 图标导致,通过删除项目中的 AppIcon 并重新编译 Assets.car 文件可以解决此问题。
1 | Missing required icon file. The bundle does not contain an app icon for iPhone / iPod Touch of exactly '120x120' pixels, in .png format for iOS versions >= 10.0. |
报错的具体原因还是不清楚,但是我知道了解决的方法,将项目中的AppIcon 删除后,重新的编译出 Assets.car文件