简体   繁体   中英

How to select a development team in Xcode 12.3

I keep getting the following warning in my iOS project:

Capabilities for Signing & Capabilities may not function correctly because its entitlements use a placeholder team ID. To resolve this, select a development team in the [project name] editor.

I've created a "Personal Team" using my iCloud email but I'm not seeing the option to select it in the project editor.

签约科

You first need to add your apple account into Xcode:

  1. Go to Xcode preferences -> Accounts
  2. Click the plus button at the bottom-left corner.
  3. Add your Apple developer account from here.

Now come back to the project editor and you should be able to see your team in the drop-down.

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