Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Change the signing team in Xcode 8

I have created a project in Xcode which has a Bundle ID of "com.example.programOne". The team under this project is personal i.e; ABC. Now I want to change the personal team in this existing project with a different Bundle ID, let's say com.example.programTwo and different personal team i.e; ABCD. I have created an apple ID for ABCD and linked with Xcode in preferences, but I am not able to assign this project to ABCD with different Bundle ID.

It gives me warning:

  1. Failed to create provisioning profile.

There are no devices registered in your account on the developer website. Plug in and select a device to have Xcode register it.

  1. No profiles for 'com.example.programTwo' were found

Xcode couldn't find a provisioning profile matching 'com.example.programTwo'.

like image 787
Akhil Nair Avatar asked Apr 11 '17 04:04

Akhil Nair


1 Answers

Please check atleast one device is registered in your Apple account. Include atleast one device in your provisioning profile.

or after adding a device in Apple developer account, Please check this option so that Xcode will create a provisioning profile for you. It will take care of running in your device.

enter image description here

like image 135
Santo Avatar answered Oct 10 '22 21:10

Santo