Installer et configurer des certificats Entreprise

 

Troubleshooting tips

Trouver les provisioning profiles

Sur le Mac servant au développement les provisioning profiles téléchargés ou installés, se trouvent dans :

~/Library/MobileDevice/Provisioning\ Profiles/

attention il y a un espace dans le chemin

on supprime tous les fichiers avec la commande :

rm ~/Library/MobileDevice/Provisioning\ Profiles/*.mobileprovision

Fichier cache Xamarin des provisioning profiles

On the Mac, look in /Users/<username>/Library/Xamarin/Provisioning Profiles.plist

The Library directory is hidden by default on the Mac. To show it:

  1. Select your home folder on the left in Finder
  2. Open Finder menu View->Show View Options.
  3. Check the checkbox to "Show Library Folder." You will now see the Library folder in your home folder.

You can open the Provisioning Profiles.plist file in any text editor. There will be a <dict> entry for each provisioning profile and the GUID will be in a <Uuid> key. Once you find the GUID/Uuid, you can see the certificates that are associated with that profile in an <array> of <dict>s under the key <key>DeveloperCertificates</key>