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.
Asked
Active
Viewed 1.2k times
2

Eric Aya
- 69,473
- 35
- 181
- 253

abhimuralidharan
- 5,752
- 5
- 46
- 70
1 Answers
4
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 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

Bilal
- 18,478
- 8
- 57
- 72
-
Thanks Bilal, SO the only way is to delete all profiles and re-download. Anyways it works. – abhimuralidharan May 26 '17 at 07:21
-
I have faced the similar issue recently, I couldn't find any other solution so far, only re-downlaoding worked for me. – Bilal May 26 '17 at 07:26