美文网首页
Xcode9打包遇到的问题

Xcode9打包遇到的问题

作者: 平凡的世界之王者归来 | 来源:发表于2017-09-27 13:07 被阅读56次

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

问题:缺少一张1024*1024尺寸的PNG图片

ERROR ITMS-90717: "Invalid App Store Icon. The App Store Icon in the asset catalog in 'MrStock.app' can't be transparent nor contain an alpha channel.

问题:由于传了一张1024*1024尺寸的PNG图片带有圆角引起图片有透明度

解决方案:在工程里面箭头所指的位置上传一张去掉圆角的1024*1024的jpg图片然后打包就可以上传成功了

相关文章

网友评论

      本文标题:Xcode9打包遇到的问题

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