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

前端 未结 4 1384
夕颜
夕颜 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:15

    Connect the phone to your mac and open XCode. Then click under Window->Organizer under Devices you must see your connected phone. There is an Button named "use for Development". Click this and after a few seconds the UDID must be in your team profile and you can install the app.

    IMO you cant add devices to your team-provisioning-profile without connected to your mac, if this profile is managed by xcode. Alternative make an ad-hoc-provisioning-profile.

    Hope that helps?

提交回复
热议问题