iOS No suitable application records were found. Verify your bundle identifier 'xxx' is correct.
第一种情况:
打包工程,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时,你选择的开发者账户不正确,尴尬了。。。
注销,登录对应的开发者账号,然后再提交就没问题了。