10月22日,将App上传到Appstore审核时,提示错误,ERROR ITMS-90049:”This bundle is invalid. The bundle identifier contains disallowed characters. [See the section of the Application Programming Guide entitled The Application Bundle.]”
解决方法:
在项目导航栏搜索Info.plist文件,如下图
查找第三方的info.plist文件,如ShareSDK中的腾讯Bundle文件下的Info.plist文件。
在该文件下添加或者修改以下几个字段:
- Bundle version
- Bundle identifier
- Bundle versions string, short
需要和系统自带的Info.plist文件一样。 如下图
![](http://file.zhishichong.com/images/article/20161028/ec44b1e634e44fadcee3d9c468997a67.jpeg)