Xcode 7 how do you refresh provisioning profiles?

后端 未结 7 1860
-上瘾入骨i
-上瘾入骨i 2020-12-05 06:19

In Xcode 6 you would click on Xcode -> Preferences -> Account -> View Details -> then there would be a little circular arrow. That is gone and there is now a \"Download All\

相关标签:
7条回答
  • 2020-12-05 06:56

    You can delete directly your Provisioning Profiles by running:

    rm /Users/[userName]/Library/MobileDevice/Provisioning\ Profiles/*

    Then re-download your profiles, Xcode -> Preferences -> Account -> View details... -> Download All

    Your list in Target -> Build settings -> Code signing -> Provisioning Profiles will be updated.

    YM

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