Refresh devices in team provisioning profile managed by Xcode 7?

后端 未结 14 2001
谎友^
谎友^ 2020-11-30 22:13

It used to be that hitting the refresh arrow/loop button in preferences -> account would pull down a new provisioning profile with all ur new devices.

Now it just do

相关标签:
14条回答
  • 2020-11-30 22:37

    I also had this problem. I am using Xcode 7.2. Then its worked with following steps:

    1. Add you new device UDID in the Member Center
    2. Take Xcode -> Preference...
    3. Select account and press 'View Details...'
    4. Press 'Download All' button in bottom-left corner. New set of Team Provisioning Profiles will be downloaded.
    5. Now you can delete the old Team Provisioning Profiles from the list. (Right click -> Move to Trash)
    6. Update Provisioning Profile in 'Build Settings' Tab
    7. Press 'Fix Issue' button in 'General' Tab

    Now you can run the app in your new device.

    0 讨论(0)
  • 2020-11-30 22:39

    Simplest way:

    Remove the mobileprovision file using terminal

    rm + drag the file path from xcode

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