1

I deployed some apps on Iphone and now i see all not used provisioning profiles. How i can remove this not used provisioning profiles from account? I have free developer account and i not have access to Certificates, IDs & Profiles in web site.enter image description here

rmaddy
  • 314,917
  • 42
  • 532
  • 579
user3910670
  • 341
  • 1
  • 3
  • 13

2 Answers2

2

You need to remove unused/expired provisioning profile from your apple developer account.

You can follow these steps.

step.1 Login to developer.apple.com with your Apple developer account

step.2 select Certificates, Identifiers & Profiles

enter image description here

step.3 scroll all the way to Provisioning Profiles option --> All

enter image description here

Now see while Provisioning profile you want to remove, select the one and --> Edit

enter image description here

Now you can delete!!

then you need to go to --> Xcode Preference --> Accounts and login with the same apple account, and refresh your certificates.

That's it!! it should help you.

Note: You must have edit/remove permission, if the certificates/profile were created by someone's developer account.

or

if you just want to remove provisioning profile from Xcode only, check this one

Community
  • 1
  • 1
swiftBoy
  • 35,607
  • 26
  • 136
  • 135
  • sorry, but if i have free developer account i not have access to Certificates, Identifiers & Profiles. This whole problem( – user3910670 May 05 '16 at 15:10
  • @user3910670 of course that is the basic requirement, **you need to enroll in the Apple Developer Program** – swiftBoy May 06 '16 at 05:33
0

You have to delete all derived data from your Xcode and also delete unused provisional profiles from your apple account.

Keyur Akbari
  • 182
  • 1
  • 13