iOS No suitable application records were found. Verify your bundle identifier 'xxx' is correct.
1、错误提示
- 打包工程,Validate 的时候提示:
No suitable application records were found. Verify your bundle identifier ‘xxx’ is correct.
2、第一种情况:
- 原因:你没有在 iTunes Connect 中是否建立了对应 bundle id 的 App,
- 创建好再 Validate 即可。
3、第二种情况:
- Xcode拥有多开发者账号的情况下,选择的开发者账户不正确
- 切换开发者账户再打包,然后再提交就没问题了。