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 was having this same issue. Here is what I did that solved the problem for me.
It worked for me, hope this helps.
Try deleting and adding your account if that doesn't work out
try
Open Terminal
Type
defaults delete com.apple.Xcode
and press "Enter." This deletes the customised settings set up.Type
rm -rf ~/Library/Application\ Support/Xcode
and press "Enter." This removes the configuration folders as well.This saved my day if problem persists again reinstall Xcode