iOS 打包上传 App Store 报错 ERROR ITMS-90076

在将 App 转让到其他账号后上传 IPA 时,可能会遇到以下警告和报错:

1WARNING ITMS-90076: “Potential Loss of Keychain Access. The previous version of software has an application-identifier value of ['AAAAAAAAAA.com.example.myApp.testApp'] and the new version of software being submitted has an application-identifier of ['BBBBBBBBBB.com.example.myApp.testApp']. This will result in a loss of keychain access.”

新建证书


报错原因

  • 该警告是由于 App 转让 引起的。
  • 原账号和新账号的 Application Identifier 不同,导致系统提示可能丢失 Keychain 数据。

处理方法

  • 实际上,这个警告 不会影响 IPA 包上传
  • 无需重新打包或重复上传操作。
  • 上传完成后,可登录 iTunes Connect 后台查看构建版本,确认包已成功上传即可。

记录该问题是为了日后遇到类似情况时快速判断和解决。