Xcode9打包遇到的问题

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打包遇到的问题_第1张图片

你可能感兴趣的:(Xcode9打包遇到的问题)