美文网首页
App Store提交错误

App Store提交错误

作者: 偶是星爷 | 来源:发表于2017-11-17 11:59 被阅读21次

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里添加图标。带上这两种图片就够了


    AppIcon
  • step2,Info.plist添加这一项 CFBundleIconName: AppIcon

相关文章

网友评论

      本文标题:App Store提交错误

      本文链接:https://www.haomeiwen.com/subject/tpzdvxtx.html