Xcode 8.3 / Xcode 9.0 Refresh provisioning profile devices

前端 未结 5 2072
予麋鹿
予麋鹿 2020-12-02 05:04

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 devi

5条回答
  •  佛祖请我去吃肉
    2020-12-02 05:26

    To add devices to your provisioning profile in Xcode 8 with automatic code signing, you simply need to build to the device in Xcode. Xcode will add the device's UDID and regenerate the provisioning profile automatically. If you don't have physical access to the device, I don't think there is a way to add it to your provisioning profile without going back to manually managing your devices and profiles.

提交回复
热议问题