Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Visual Studio Remove old Provisioning Profiles

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?

like image 550
Tom el Safadi Avatar asked Apr 03 '20 12:04

Tom el Safadi


1 Answers

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

like image 121
Michael Heng Avatar answered Oct 17 '22 02:10

Michael Heng