您的位置:首页 > 移动开发

iOS No suitable application records were found. Verify your bundle identifier 'xxx' is correct.

2017-09-05 09:32 861 查看

第一种情况:

打包工程,Validate 的时候提示:

No suitable application records were found. Verify your bundle identifier ‘xxx’ is correct.



原因:你没有在 iTunes Connect 中是否建立了对应 bundle id 的 App,

创建好再 Validate 即可。

第二种情况:

打包好工程,用 Application Loader 提交的时候提示:

No suitable application records were found. Verify your bundle identifier ‘xxx’ is correct.

原因:这是因为提交ipa时,你选择的开发者账户不正确,尴尬了。。。



注销,登录对应的开发者账号,然后再提交就没问题了。
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: 
相关文章推荐