Asset validation failed
Missing required icon file. The bundle does not contain an app icon for iPad of exactly ‘167x167’ pixels, in .png format for iOS versions supporting iPad Pro. To support older operating systems, the icon may be required in the bundle outside of an asset catalog. Make sure the Info.plist file includes appropriate entries referencing the file. See https://developer.apple.com/documentation/bundleresources/information_property_list/user_interface…
如果iOS 打包的时候出现类似这样的错误, 不需要去改什么配置文件. 只需要以下简单的操作即可:
- 用 xcode 打开, 在左侧文件导航栏, 点击
Images.xcassets
- 在打开的文件中, 点击
AppIcon
- 在右侧, 有一个
iOS All Sizes
选择一个其他的选项, 再选择All Size
即可