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 download. After restarting Xcode the download button is again clickable and the problem persists. Manual download of provisioning profile and dropping on Xcode icon don't add the profile to specific developer account in Xcode 8. Anyone had this problem recently and solved it? I checked all questions related to new Xcode version, still no solution.
相关问题
- Xcode successfully builds but fails to run macOS a
- Code completion drop down suggestions not working
- Xcode/Stackview, empty labels freaks out in stack
- How to share Xcode performance test baselines on g
- Apple association file fetched in development but
相关文章
- xcode 8 Debugger 'Could not resolve type'
- iOS: What are DISTRIBUTION provisioning profiles u
- itunes connect - beta entitlement missing error
- Ad hoc distribution: failed to install app
- Renaming of IPA app name
- Unable to tap (x,y) coordinate in landscape mode
- In iOS10, is it possible to access Keychain from w
- Getting Firebase MobileAssetError warning in XCode
I had the same issue. I leave the solution that worked for me:
I deleted all certificates that were expired from my keyChain, I noticed that the new certificates didn't download because I had an expired certificate related. I don't know why it seems to be an issue of my keyChain/iTunes
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:
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?
I'm seeing the same issue where the download button is grayed but the download never seems to complete.
I manually deleted all the profiles in finder and clicked on download. Even if the download doesn't seem to complete, the profile is still downloaded...
You can check out your profiles in finder at
The answer is here.
Its doesn't sound much but it really worked for me.
Just right click on the provision profile and click on Show in finder. Then delete all the provision profile in the entire folder.
Not goto Xcode project settings and Check the checkbox, Automatically manager signing. The xcode will do the rest for you.
In mu case the issue started appearing after I added Push capability(I checked the push notification toggle button in target->capabilities) If I go and uncheck that then I can build and upload to app store.
I got around it by unchecking and rechecking:
Project Settings -> General -> Signing -> 'Automatically manage signing'