Xcode 8 provisioning profile won't download

后端 未结 14 1850
执笔经年
执笔经年 2021-01-30 08:21

I recently updated to Xcode 8 and as I click on \"download\" option next to provisioning profile in Xcode/Preferences/Accounts/View Details menu it changes to gray and does not

14条回答
  •  既然无缘
    2021-01-30 08:43

    I've come across same problem and nothing solved it, so i found one work around

    1. Download provisioning profile directly from developer account and double tap on it, it will get install in xcode.
    2. Download and install iPhone configuration utility.
    3. Open iPhone configuration utility there you will find all the provisioning profile
    4. Then select the provisioning profile you want to use, then it details of the profile you can see Profile identifier.
    5. Copy that Profile identifier and open xcode.
    6. Navigate to the code signing identity and there in provisioning profile select others and paste the copied Profile identifier.
    7. Bingo!

提交回复
热议问题