How can I remove a previously installed development provisioning profile from xcode?
I think you have to open keychain.app then go to Certificates and delete them there.
go to iphone configuration utility->select provision profile->click backspace (worked for xcode 6)
From Xcode 5 and above
We can't find the certificate installed in xcode from organizer tab.
Go to
step 1
In xcode build settings, select your provisioning profile want to delete
step 2
Select the Provisioning profile in build settings under "under Provisioning Profile", and click other. It will show a 33 hexa digit number. copy that.
step 3
go to ~/Library/MobileDevice/Provisioning Profiles
and search for that copied number as a name in provisioning profile.
Delete it. :)