如何在 App Store Connect 中更新其他人的 iOS TestFlight 版本?

How do I update someone else's iOS TestFlight build in App Store Connect?

我正在尝试将新版本上传到 TestFlight。我受邀以管理员身份加入 App Store Connect,并在 Xcode 中添加了我的 Apple ID。已经有一个现有的 TestFlight 构建,一个过去的开发人员已经把它放在那里,但我已经接管了这个项目并需要更新它。我可以在模拟器中构建应用程序,但当我尝试为通用 iOS 设备构建应用程序时,出现以下两个错误:

    Failed to register bundle identifier. The app identifier "com.blahblahlbah.blahblahblah" cannot be registered to your development team. Change your bundle identifier to a unique string to try again.
    No profiles for 'com.blahblahlbah.blahblahblah were found: Xcode couldn't find any iOS App Development provisioning profiles matching 'com.blahblahlbah.blahblahblah'.

我看不出有什么方法可以 select 一个不同的团队。我需要注册开发者计划吗?我正在使用 Macincloud 尝试从 Ionic 构建应用程序,所以我没有 iOS 设备来设置双因素身份验证,但如果需要它我可以得到一个来让它工作.我必须设置一些构建设置吗?

我最终让最后一位开发人员吊销了他们的证书。事实证明我的帐户无法注册开发人员计划存在一些问题。在与他们的支持打交道一段时间后,我才创建了一个新帐户。然后我终于能够创建一个新证书并 select 它在 XCode 中。在那之后,它构建得很好。