iOS 真机测试时报错:Provisioning profile "iOS Team Provisioning Profile: XXX” doesn't include the currently ...

这几天因工作需要,去给客户演示iOS项目打包的过程。之前演示都是顺利的,但后来客户自己操作时打电话说遇到了问题,出现报错。

就过去看了一下,发现一个很陌生的错误提示:

The operation couldn’t be completed. Unable to log in with account ‘XXX@163.com’.

Provisioning profile "iOS Team Provisioning Profile: XXX” doesn't include the currently selected device “XXX”.

第一个报错,是理解的,所以当时就让客户先登录自己的账号。

但第二个报错却很是陌生,但没办法,总要去解决的,又不能让客户在那里等着。所以就先手动配置证书文件去打个包,最起码任务完成了。

临走

你可能感兴趣的:(xcode)