Xcode 8.3/Xcode 9.0 Refresh Provisioning Profile Devices

Xcode 8.3 / Xcode 9.0 Refresh provisioning profile devices

This is what you need to do:

  1. Go to ~/Library/MobileDevice/Provisioning\ Profiles/ and delete all the provisioning profiles from there.
  2. Go to Xcode > Preferences > Accounts and select the Apple ID.
  3. Click Download Manual Profiles or Download All Profiles. And it will download all the provisioning profiles again.

Download Profiles button

Cannot update provisioning profile

  1. Go to ~/Library/MobileDevice/Provisioning\ Profiles/ and delete all the provisioning profiles from there.
  2. Go to XCode > Preferences > Accounts and select the Apple Id.
  3. Click Download All Profiles. And it will download all the provisioning profiles again.

How to refresh device list when Xcode 9 automatically managed the provisional profile

Alternative

  1. Just Enable and disable the Automatic Provisioning profile from the General tab of XCode project target selected
  2. Go to terminal and navigate to profile directory and delete all profiles and download and install again.
$cd ~/Library/MobileDevice/Provisioning\ Profiles/
$rm -r *

Note: Make sure you have all the P12 files already for the certs used by the new profiles. Else you will have code signing error.

XCode 8 updates in Provisioning Profile not reflected

  1. Delete the existing provisioning profile from location
    ~/Library/MobileDevice/Provisioning\ Profiles
  2. Open the project & use the automatic profiling option & XCode will pull the new/changes to profile from the server(developer.apple.com)

Refresh devices in team provisioning profile managed by Xcode 7?

After adding the UDID in the member center I had the same issue.
I have to say that I have a XCode managed iOS team development profile.

eventually what's worked is deleting the provisioning profile from the member center.

in xcode preferences, delete the team provisioning profile for the relevant app

go to your target, you'll see a "Fix Issue" button. click it, it will generate a new provisioning profile with the relevant devices.

Hope it helps.

How to make Xcode 8.2.1 refresh provisioning profile list ? seems like Xcode bug

I've seen similar issues and I think its an XCode bug also, try the following:

  1. Open your provisioning profiles folder(right click on any existing one and show in Finder).

  2. Make a back up of existing profiles just in case(select all, compress, etc)

  3. Delete those profiles

  4. Download all again from XCode and it should work.

How do you update a provisioning profile after adding more people?

Try this process...

In your Developer Account (developer.apple.com)

  1. Log in
  2. Select the Member Centre
  3. Select the section titled Certificates, Identifiers & Profiles
  4. Under the section titled iOS Apps, select Devices
  5. Check that the new user's device is included in the list.

In Xcode:

  1. Select the menu item Xcode > Preferences
  2. Select the Preferences tab > Accounts
  3. Against your Apple ID used for development, select the button View Details
  4. In the Account Details pop-up window, select the refresh icon in the bottom left corner

Your provisioning profiles should be updated, however I have found in the past that this process sometimes does not complete immediately ( a matter of 5 to 15 minutes).



Related Topics



Leave a reply



Submit