How to get around Apple app ID insanity

前端 未结 9 1071
轻奢々
轻奢々 2020-12-12 21:44

As you all know, Apple changed how Xcode works such that you can\'t ever create an app with a previously used app ID, even if you\'re just writing test apps to use locally.

9条回答
  •  温柔的废话
    2020-12-12 22:38

    DO NOT MAKE ANOTHER ID thats not the solution!!!

    To make it work thats what you need to do:

    Window > Preferences - Account 
    

    Then choose your apple ID and your team, then click on View Detail... Button on the bottom right.

    A new window will show up, click on Download all button on the bottom left and all of yours Provisioning Profile will show up.

    After that just Left click on those ones you don't have to use anymore and click to move to trash.

    after you delete enough profiles, you'll be able to build your project again!

提交回复
热议问题