1.报错图片
xcode9 上传项目报错 iTunes Store Operation Failed Missing required icon file. The bundle does not contain
2.在打包之后,选择Show in Finder
xcode9 上传项目报错 iTunes Store Operation Failed Missing required icon file. The bundle does not contain
3.然后打开终端,输入命令 c d 然后把Show in Finder 的那个文件拖入就可以得到其路径
xcode9 上传项目报错 iTunes Store Operation Failed Missing required icon file. The bundle does not contain
我就随便 cd 命令一张图片得到路径。
4.最重要的一步来了,再终端输入命令,我的就这样解决了
find Products/ -name Info.plist -print0 | xargs -0n1 plutil -replace BuildMachineOSBuild -string 16A323

相关文章: