错误如下:
iOS app 打包,在 archive 到 App Store Connect 时,报错
Invalid large app icon. The large app icon in the asset catalog in “****.app” can’t be transparent or contain an alpha channel.
解决:
原因是AppIcon 是png ,且带有alpha 通道的透明,直接重新导出jpg 格式的文件,重建打包就好 了
iOS app 打包,在 archive 到 App Store Connect 时,报错
Invalid large app icon. The large app icon in the asset catalog in “****.app” can’t be transparent or contain an alpha channel.
原因是AppIcon 是png ,且带有alpha 通道的透明,直接重新导出jpg 格式的文件,重建打包就好 了