Dear Developer,
We identified one or more issues with a recent delivery for your app, "县行者2.0". Please correct the following issues, then upload again.
This bundle is invalid - The Info.plist file is missing or could not be parsed. Please check it for embedded control characters.
Best regards,
The App Store Team
解决放发如下:
1、查看Info.plist路径是否设置正确;
在building setting中搜索Info.plist路径是否设置正确
2、查看项目中Info.plist文件是否包含特殊符号;
有说是Info.Plist文件包含特殊符号,使用vim或是sublime查找并删除它即可解决。
3、项目中引入的第三方包的bundle文件中存在Info.plist文件;
修改引入包的Info.plist文件,把文件名改下。(记得代码里也改下引用路径)。