Xcode 8.3 / Xcode 9.0 Refresh provisioning profile devices

Viewed 84975

I have added some new devices. How can I refresh the provisioning profile, as Xcode 8 automatically manages signing assets?

I have found this question: Refresh devices in team provisioning profile managed by Xcode 7? – but we can't do that in Xcode 8.3.

I don't have the device with me so I manually added it in the portal and also edited the provisioning profile but Xcode is not re-downloading it.

5 Answers

Remove the .mobileprovision file for the app this way :

The command in the terminal is : rm

enter image description here

Step 1. Click on desktop then from top menu Go > Go to Folders...

enter image description here

Step 2. Write/Paste following path and enter:

~/Library/MobileDevice/Provisioning\ Profiles/

enter image description here

Step 3. Select Provisioning Profiles folder and delete all provisions profiles in it

enter image description here

Step 4. Go to xCode Preference > Accounts > Apple ID and then click on Download Manual Profiles button

enter image description here

Related