Find a specific provisioning profile in Xcode 8.3.1

Until recently, provisioning profiles were found in Settings - Accounts - [Account] - [Team name]

. However, as of the 8.3.1 release of Xcode, they are no longer displayed. Instead, certificates exist.

This is pretty annoying as I want to delete one specific profile. I know the files are stored in ~/Library/MobileDevice/Provisioning Profiles

, but right there their IDs are displayed, not their names, so I don't know which ones I'm looking for.

Does anyone have a workaround for this?

+3


source to share





All Articles