At developer.apple.com :
Go to Certificates, Identifiers, and Profiles> Provisioning Profiles
Delete any provisioning profiles that are no longer needed.
Pay particular attention to those that match the identifier of your application package, for example com.yourdomain.yourappname .
Ensure that you have no more than one provisioning profile for development and no more than one preparation profile for distribution.
Download each provisioning profile and double-click it in Finder to install it.
In Xcode:
Go to your goal> Build Settings> Code Signing
Set for all iOS Developer values .
Go to your goal> Build Settings> Prep Profile
Set all to Automatic.
In Xcode:
To test the changes, create an archive using Product> Archive.
After creating the archive, open the window> Organizer and export the archive.
Select a developer deployment.
Choose your team.
Now in the "Summary" window, the profile of the service delivery profile that you indicated in your question will be displayed.
source share