Change the signature command in Xcode 8

I have created a project in Xcode that has the bundle id " com.example.programOne ". The team within this project is personal ie; ABC . Now I want to change the personal team in this existing project with a different Bundle id say com.example.programTwo and another personal team ie; ABCD . I created an Apple ID for ABCD and linked to Xcode in preferences, but I cannot assign this ABCD project with a different Bundle ID.

This gives me a warning:

  • Failed to create provisioning profile.

Your account on the developer website has no devices. Plug in and select the device for Xcode to register.

  1. No profiles found for com.example.programTwo

Xcode could not find the profiles profile matching ' com.example.programTwo .

+3


source to share


1 answer


Please check that one device is registered with your Apple account. Enable at least one device in the provisioning profile.

or after adding the device to your Apple developer account, check this setting to have Xcode create a provisioning profile for you. It will take care of the launch on your device.



enter image description here

+3


source







All Articles