How to add a new device to a team provisioning profile

前端 未结 5 905
情深已故
情深已故 2020-12-25 13:12

I have a new device for our app to be tested on, so I added it to the provisioning portal.

There are currently two development provisioning profiles - however the pr

相关标签:
5条回答
  • 2020-12-25 13:41

    Open the Organizer window in Xcode. With your device plugged in to the computer, select your device in the Organizer.

    In the area detailing your device's specs, click the button titled "Use for Development". You may need to log in to your Apple Developer profile. Once that's done, your device should be listed as part of the provisioning profile and have the profile installed.

    0 讨论(0)
  • 2020-12-25 13:44

    On XCode 7 the answers here are inapplicable. https://stackoverflow.com/a/32725552/1449799 should work (delete the profiles in xcode, and tell it to download them again), BUT unlike the instructions at the link, for XCode Version 7.2.1 (7C1002), you (or at least I) cannot select multiple profiles at once.

    0 讨论(0)
  • 2020-12-25 13:53

    For Xcode 5 :

    From the Xcode menu select preferences>>Accounts, Select your Apple ID then select Details...

    You will get a popup with your Signing Identities and Provisioning Profiles.

    Click the Refresh button in the bottom left and the iOS Team Provisioning Profiles get re-generated and downloaded.

    0 讨论(0)
  • 2020-12-25 14:01

    You don't have to edit it, click Refresh in Xcode Organizer to make it generate a new one for you automatically.

    enter image description here

    0 讨论(0)
  • 2020-12-25 14:02

    For new XCode 5 & Xcode 6

    Adding Device UDID to Provisioning Profile on developer.apple.com

    Login to iOS dev center and go to Device section under 'Certificates, Identifiers & Profiles'

    Add new Device using UDID

    enter image description here


    Update Provisioning profile with newly added Device

    Once you have added the device and need to update your developer provision profile

    enter image description here

    Select newly added device in provisioning profile and click Generate

    enter image description here


    Update XCode with Updated Provisioning Profile

    Finally goto XCode --> Preferences --> Accounts --> ViewDetails -->Refresh -->Done

    enter image description here

    That's All Go for Clean and Build now. Cheers!!

    0 讨论(0)
提交回复
热议问题