【发布时间】:2020-03-09 21:39:47
【问题描述】:
我正在尝试将新版本上传到 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'.
我看不出有任何方法可以选择不同的团队。我需要注册开发者计划吗?我正在使用 Macincloud 尝试从 Ionic 构建应用程序,所以我没有 iOS 设备来设置两因素身份验证,但如果需要它来工作,我可以得到一个。我必须设置一些构建设置吗?
【问题讨论】:
标签: ios xcode ionic-framework app-store-connect