Hello @captclearleft ,
If you want to remove all Apple Developer Account information, go to Tools -> Options->Xamarin ->Apple Account in VS, select your Apple ID and remove it. Usually, you just need to restart the computer, restart Visual Studio and pair to Mac, the provisioning profiles list will be refreshed from the Mac build machine.
All provisioning profiles in Mac are under ~/Library/MobileDevice/Provisioning\ Profiles
, all provisioning profiles in Windows are under %LOCALAPPDATA%\Xamarin\iOS\Provisioning\Profiles
, you also could try to delete them according to your needs, then you could delete the bin and obj
folder in your project and restart VS.
To re- add your apple dev account, go to Tools -> Options->Xamarin ->Apple Account, input your Apple ID and password. Then right-click your iOS project, go to Properties -> iOS Bundle Signing, select your team.
Best Regards,
Wenyan Zhang
If the answer is the right solution, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.