Xcode Error: “The app ID cannot be registered to your development team.”

前端 未结 14 767
没有蜡笔的小新
没有蜡笔的小新 2021-01-30 12:03

We are porting an Android app to iOS for a client. They have added our account to their iTunes Connect account and created an app entry. We developed the app using the bundle ID

相关标签:
14条回答
  • 2021-01-30 12:41

    This happened to me, even though I had already registered the Bundle Id with my account. It turns out that the capitalisation differed, so I had to change the bundle id in Xcode to lowercase, and it all worked. Hope that helps someone else :)

    0 讨论(0)
  • 2021-01-30 12:43

    I delete the Bundle identifier in the https://developer.apple.com/account/resources/identifiers/list, then it works.

    0 讨论(0)
  • 2021-01-30 12:44

    None of the above answers worked for me, and as said in the original question I had also to keep the same bundle identifier since the app was already published in the store by the client.

    The solution for me was to ask the client to change my access from App Manager to Admin, so that I had "Access to Certificates, Identifiers & Profiles.", you can check if it is the case in the App Store Connect => Users and Access => and then click on your profile (be sure to choose the right team if you belong to multiple).

    Once you are admin go back to Xcode and in the signing tab select 'Automatically manage signing', then in Team dropdown you should be able to select the right team and the signature will work.

    0 讨论(0)
  • 2021-01-30 12:45

    My problem was I was modifying the settings for the wrong version of my app.

    I had "Debug" selected instead of "Release", so my bundle identifier was not accurate when it came time to Archive.

    0 讨论(0)
  • 2021-01-30 12:45

    I had the issue with different development teams. I just checked the schema signings and picked the correct development team for the schemas that I needed:

    Ss from Xcode

    0 讨论(0)
  • 2021-01-30 12:53

    You have to rename Organization Identifier on Bundle Identifier on settings tab.

    Only by renaming the Organization Identifier error will remove.

    0 讨论(0)
提交回复
热议问题