Refresh devices in team provisioning profile managed by Xcode 7?

Here’s what worked for me on Xcode 8 & 9.

  1. Add your device to developer.apple.com.
  2. Go to your target’s General tab and tap the (i) next to “Xcode Managed Profile”, then drag the profile file icon in that popover to your desktop to get the filename of the provisioning profile. enter image description here
  3. Go to ~/Library/MobileDevice/Provisioning Profiles and delete the provisioning profile with the same filename that you got in #2.
  4. Xcode should regenerate the profile for your app with the device added in #1.

My account on developer.apple.com was not showing any Xcode managed profiles so this was the only way to make it work.

Leave a Comment