Xcode上传报错:the bundle identifier contains disallowed characters.
在我archive之后,上传到iTunes connect的时候,就报了如图的error itms-90049错误。
原因是bundle identifier包含了disallowed characters.不知怎么解决。
同时提示:see the section of the application programming guide entitled the application bundle。不过看了之后也没找到解决版本。
我用的xcode7, 我的bundle identifier长这个样子。
哪位高手遇到过这个问题,请赐教。
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(4)
项目设置中 General -> Identity -> Bundle Identifier 是啥?
检查一下项目中是否有额外的info.plist文件(比如第三方组件),将其删除
腾讯的 sdk 中,存在一份 info.plist,把如下信息和 App 信息配置一样就可以了
Bundle version
Bundle identifier
Bundle versions string, short
楼主问题解决了没,求指教啊!我xcode 6.4 用 application loader 提交也报同样的错
在Xcode工程中的info.plist 文件中设置你的bundle ID, 跟你在itunes 中的套装ID保持一致即可。