Xcode 8 provisioning profile won't download

后端 未结 14 1869
执笔经年
执笔经年 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:42

    Note that this UI in Xcode is a convenience and shouldn't block your work. The profiles you'd like to download are still available following these steps:

    1. Visit developer.apple.com in Safari
    2. Click Account and sign in
    3. Click on Ceritficates, Identifiers, and Profiles
    4. Navigate to the profile you're interested in and download it
    5. Drag the downloaded profile onto Xcode's icon in the dock.

    At this point, your profile will be installed on your Mac and usable within Xcode.

    For the OP — if manually installing the profile this way didn't resolve the issue, then you're likely seeing another configuration problem or a bug. Could you clarify what you saw after you manually installed the profile and selected it in the General tab — did you get a build error or other issue?

提交回复
热议问题