1
votes

I am trying to add Apple developer account in Xcode Account Preferences and its giving below error.

"This action could not be completed. Try again."

I tried different Wi-Fi connections, Different Xcode Versions.

After removal of Apple Id, I am not able to add it again.

Your help could save my time as I am not able to Upload App on store.

enter image description here

3
After long search it helps but cleared My Mac Keychain. I had run following command on Terminal: sudo mkdir -p /Users/Shared sudo chown root:wheel /Users/Shared sudo chmod -R 1777 /Users/SharedMohit Singhal

3 Answers

1
votes

If you using

sudo mkdir -p /Users/Shared sudo chown root:wheel /Users/Shared sudo chmod -R 1777 /Users/Shared

does not work. Update lastest itunes(for now 12.7.3)

0
votes

You just need to remove the device on iCloud. You can do it with your iPhone in the settings -> profile -> devices list -> macbook -> remove

or visit icloud.com and remove the device there

0
votes

Make sure your iTunes is up to date. Out of the blue I couldn't sign in on my Mac into iCloud anymore, no matter wether it was System preferences, iTunes or Xcode. Changing permissions on /Users/Shared didn't help. I was about to give up and reinstall mac OS. Then I updated iTunes and - and voila, it worked again!