Xcode Error Retrieving Developer Info?

£可爱£侵袭症+ 提交于 2019-12-04 22:33:44

This is what worked for me.

XCode > Preferences > Accounts

Retype password, then click the General tab.

Then, go back to the Accounts tab. The error disappeared.

I'm guessing there are a number of situations that can cause this issue, just wanted to post what worked for me.

I had the same problem with Xcode6 GM and found the error in the system.log. When communicating with the developer portal, my name contained special characters like è, ä, ü, ß etc. After the change to ae, ue and ss I could use my AppleID and all certificates were for the use of Xcode6 downloaded.

Check your "system.log" file with your konsole.app and check if you have an DVTDeveloperAccountErrorPortalResponseText in your communication as the following:

DVTDeveloperAccountErrorPortalResponseText=<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
    <dict>
    <key>firstName</key>
    <string>René</string>
    <key>lastName</key>
    <string>Bärnshofer</string>

If yes, change your developer account name in the developer portal. That solved my problem. But I guess there is an issue in the communication of the developer portal. In Xcode5.x all my accounts are working fine and my userLocale is correct. In Xcode6 my locale is US-EN and so I guess the special characters does not match or could not processed. I opened a bug report for that. Maybe Apple will fix the issue

"Error Fetching Developer Info" is also Xcode's way of telling you that the password is incorrect. Luckily it told me so in the console.

"Error Fetching Developer Info" is also Xcode's way of telling you that the password has expired. Make sure you can log into the developer portal - if you haven't changed your password in the past year (?) you will get a message when logging on to the portal telling you to se up a new password. Do this on the portal then put the new password into XCode.

Besides an incorrect/expired password, it might also be that you have Two-Step Verification (2FA) enabled - as was my case.

Disable it, then enter your password, and click on the "General" tab, and then click back on the "Accounts" tab in Xcode's Preferences.

I had to verify my account at https://appleid.apple.com/.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!