ios: How do I add a new UDID to provisioning profile without a tethered device?

前端 未结 4 1390
夕颜
夕颜 2021-02-08 12:35

I know how to add from the web portal, but this particular provisioning profile is marked as \"Managed by Xcode\", therefore, I need to either stop managing from xcode or add a

4条回答
  •  广开言路
    2021-02-08 13:17

    Here is what worked (multiple times now) ...

    • (Web) Login to Apple Developer > Member Center > iOS Provisioning > Add Devices
    • Add UDID with a meaningful name
    • Create a Provisioning Profile that includes all of your registered devices
    • (Xcode) Go back to the Organizer
    • Select the Provisioning Profiles section and select the specific profile
    • Check the box "Automatic Device Provisioning"
    • Press the Refresh button

    Voila!

提交回复
热议问题