Xcode9打包上线

今天进行版本迭代的时候遇到一个问题

1.首先报警告的是:

iTunes Store Operation Failed
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."

2.然后添加一张1024 X 1024的图片

咦。。又有问题:
ERROR ITMS-90717: "Invalid App Store Icon. The App Store Icon in the asset catalog in 'wangda.app' can not be transparent nor contain an alpha channel.

3. 这个时候,打开图片简介(alpha应为否才能上传成功)

image.png

如果alpha通道为:是,
那么你有以下两种解决方法,

1. 用ps打开图片,在图像-索引颜色 将透明度打钩去掉

2. mac在预览中,文件-导出-取消透明度

你可能感兴趣的:(Xcode9打包上线)