Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Can't remove apple developer account in visual studio Mac

Hi I'm not able to remove apple developer account in visual studio Mac, remove button is disable and also on adding Apple ID it is not listing teams available.VS Mac Version 8.6.5, macOS 10.15.5; in which file is the information stored about the id in VS Mac; an new installation of the ide is not a solution

like image 467
veikko Avatar asked Jan 24 '23 22:01

veikko


1 Answers

If VS prompts "An active membership to the Apple Developer Program is required to provision iOS devices for deployment. Learn More (https://go.microsoft.com/fwlink/?linkid=2117069)" when you are trying to add your Apple account, occurs that behaviour.

You can either remove the following file or edit it: /Users/<YourUser>/Library/VisualStudio/8.6/DeveloperStorage8.6.json

It is used by Visual Studio to store the accounts. but if prompts appears back, the result will be the same.

Update

It is still working with Visual Studio 2022 for Mac (Preview).

/Users/<YourUser>/Library/VisualStudio/17.0/DeveloperStorage17.0.json

like image 63
Jose Luis Mellado Valle Avatar answered Mar 17 '23 04:03

Jose Luis Mellado Valle