How to see the downloaded provisioning profile in xcode 8.3.2?

10,354

In Xcode 8.3.2 you can only see the name of the profile and created and expiry date.Project Settings > Select Target In signing section press the enter image description here icon in front of the Provisioning Profile.

If you just wan't to know that latest profile profile has been download or not. See this https://stackoverflow.com/a/44061528/1825618

Share:
10,354

Related videos on Youtube

abhimuralidharan
Author by

abhimuralidharan

I 'm iOS developer by profession. I learn new things, Do new things, Dream new things and Love new things. When I don't code,I will engage myself in my hobbies like photography,photoshopppping,watching movies etc..:) Please have a look at my ios bolgs at : https://medium.com/@abhimuralidharan profile for abhi1992 on Stack Exchange, a network of free, community-driven Q&A sites http://stackexchange.com/users/flair/5733402.png

Updated on July 09, 2022

Comments

  • abhimuralidharan
    abhimuralidharan almost 2 years

    How to see the downloaded provisioning profile in xcode 8.3.2? Previously there was a see details button for every added team in xcode. Now I can see a manage certificate button which will list all certificates. Where can I see the downloaded profiles? Is there any way to see the profiles inside xcode? I know we can goto ~Library/MobileDevice/Provisioning Profiles folder and check this.

    enter image description here

  • abhimuralidharan
    abhimuralidharan almost 7 years
    Thanks Bilal, SO the only way is to delete all profiles and re-download. Anyways it works.
  • Bilal
    Bilal almost 7 years
    I have faced the similar issue recently, I couldn't find any other solution so far, only re-downlaoding worked for me.