美文网首页
How to solve ''Missing M

How to solve ''Missing M

作者: myCastleAndKing | 来源:发表于2017-09-25 11:00 被阅读71次
  • 小白一枚,升级Xcode9之后发布新版本,突然提示缺少icon图标,顿时懵逼,之前不是好好的怎么会少图标呢.记录一下自己打包上线出现的问题
 原文
''WARNING ITMS-90704:''Missing Marketing Icon. 
 iOS Apps must include a 1024x1024px Marketing Icon in PNG format.
 Apps that do not include the Marketing Icon cannot be submitted for App Review or Beta App Review''
翻译
警告ITMS-90704:“缺少营销图标。
iOS应用程序必须包含1024x1024像素的PNG格式的营销图标。
不包括营销图标的应用程序无法提交给应用程序审阅或测试版应用程序审核“
  • iOS 11新特性,Xcode9打包升级提示缺少1024*1024的icon图标
屏幕快照 2017-09-25 10.34.43.png
  • 现在我们需要在我们的项目中添加一个1024X1024的新图标。 请参阅下图附图。 这个问题是从WWDC 2017年开始的。
image.png
  • 在这添加完1024x1024的icon图标就可以打包上线了

相关文章

网友评论

      本文标题:How to solve ''Missing M

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