xcode9 上传项目报错 iTunes Store Operation Failed Missing required icon file. The bundle does not contain

1.报错图片 2.在打包以后,选择Show in Finder 3.而后打开终端,输入命令 c d 而后把Show in Finder 的那个文件拖入就能够获得其路径 我就随便 cd 命令一张图片获得路径。 4.最重要的一步来了,再终端输入命令,个人就这样解决了 find Products/ -name Info.plist -print0 | xargs -0n1 plutil -replace
相关文章
相关标签/搜索