最近我尝试上传我的 iOS 应用到 App Store ,但是在上传过程中遇到了一个问题,提示如下:
ITMS-90961: Invalid bundle - The app at “xxx.app” contains a single-size app icon but has a value of 11.0 for the MinimumOSVersion key in its Info.plist file. Include all app icon sizes to support iOS 11.0 or later, or update the iOS Deployment Target to 12.0 or later to support uploads with a single-size app icon.
我已经确认我的 AppIcon 是选择了 All Size 的,不是 Single Size ,但是还是收到了这个错误提示。我想问问各位 iOS 开发者,这是苹果的问题还是我的设置出现了问题?如果是我的问题,请问应该如何解决?
谢谢大家的帮助!
