关于升级Xcode9之后打包App遇到的问题
在升级Xcode9之后我尝试提交我们公司的APP
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.
然后我使用Icon生成工具生成1024*1024的图标,打包上传,漫长的等待~~
结果提示图标文件不合法
Invalid App Store Icon. The App Store Icon in the asset catalog in 'Some.app' can't be transparent nor contain an alpha channel.
然后右键对应图标,显示简介,检测Alpha通道
如果为是,则需要调整Alpha通道为否,调整方法:使用预览打开对应图标,文件->导出->
将这个选项取消选中,然后打包上传.
这个时候理论上应该成功上传,(条件是你的App部署目标为IOS8及以上系统时,但如果你的App需要部署在IOS7或者更低时,请尝试将图像格式更改为jpeg)
外链:
人机交互指南:图标篇