Missing Info.plist value
- A value for the Info.plist key 'CFBundleIconName' is missing in the bundle ''. Apps built with iOS 11 or later SDK must supply app icons in an asset catalog and must also provide a value for this Info.plist key. For more information see
http://help.apple.com/xcode/<wbr>mac/current/#/dev10510b1f7
用Xcode 9发布包,出现上面的错误,苹果强制要求用asset catalog,果然强势。
-
step1,去Assets里添加图标。带上这两种图片就够了
step2,Info.plist添加这一项
CFBundleIconName: AppIcon