简体   繁体   中英

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 ie; 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 ie; 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 '.

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.

在此输入图像描述

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM