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

前端 未结 14 1017
没有蜡笔的小新
没有蜡笔的小新 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:59

    Changing Bundle Identifier worked for me.

    1. Go to Signing & Capabilities tab
    2. Change my Bundle Identifier. "MyApp" > "MyCompanyName.MyApp"
    3. Enter and wait a seconds for generating Signing Certificate

    If it still doesn't work, try again with these steps before:

    1. Remove your Provisioning Profiles: cd /Users/my_username/Library/MobileDevice/Provisioning Profiles && rm * (in my case)
    2. Clearn your project
    3. ...

提交回复
热议问题