Visual Studio Remove old Provisioning Profiles

Viewed 3158

I am a little bit lost with this topic and can't explain myself this odd behavior. On the Mac I deleted all provisioning profiles under ~/Library/MobileDevice/Provisioning\ Profiles. As well I deleted all certificates in the keychain. For some reason I still have my old provisioning profile showing up in Visual Studio (Windows):

enter image description here

Can someone explain this behavior or tell me how to get rid of this profile?

2 Answers

Try deleting all mobileprovision files in "%LOCALAPPDATA%\Xamarin\iOS\Provisioning\Profiles".

Restarting Visual Studio or your Windows computer will usually cause new provisioning profile and certificate information to show up.

Related