WARNING ITMS-90076: "Potential Loss of Keychain Access."

进行版本提交时出现如下错误警告:

WARNING ITMS-90076: "Potential Loss of Keychain Access. The previous version of software has an application-identifier value of ['xxx'] and the new version of software being submitted has an application-identifier of ['xxx'].this will result in a loss of keychain access."

WARNING ITMS-90159: "Invalid provisioning profile. This app contains an embedded provisioning profile that is not associated with your account.Please use a provisioning profile associated with team id xxxx"

上述两个警告说的是 iTunes 转移APP 从旧账号转移了一个APP到新账号,现在要发布新的版本,然后提交的时候出现了警告。大意是provisioning profile与账号信息不匹配,需要使用新appId 申请发布证书及 provisioning profile。

这个提示是warning,对提交版本没什么影响,可以正常进行提交.

你可能感兴趣的:(WARNING ITMS-90076: "Potential Loss of Keychain Access.")