Delete provisioning profile from Xcode 5

前端 未结 13 866
余生分开走
余生分开走 2020-12-22 19:00

I\'ve struggling with this for hours. I have 2 same provisioning profiles I\'ve created and the new profile didn\'t substitute the old one (which expires 6 days earlier than

相关标签:
13条回答
  • 2020-12-22 19:55

    None of the previous suggestions worked for me. What did finally eliminate the unwanted profiles was the following:

    1. Remove the developer account from Xcode > Accounts
    2. Quit Xcode.
    3. Delete the unwanted provisioning profiles in the developer portal.
    4. Delete all the files ~/Library/Developer/Xcode/DeveloperPortal*.*
    5. Empty the trash.
    6. Restart Xcode and add the developer account back in.

    I was thrashing around so this might not be quite the magic formula but something along those lines. By design, Xcode automatically creates provisioning profiles based on the app identifiers set up in the developer portal with names like "Mac Team Provisioning Profile: ". This is a great feature but it adds to the confusion with this deletion issue.

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