Nic Wanavit
Nic Wanavit

Reputation: 2693

Warning for Xcode Capabilities for [project] may not function correctly because its entitlements use a placeholder team ID

I am new to Xcode. Just started a single view project and encountered following error.

Project name: Pitch Perfect xcode version: 10.2.1 osx version: 10.14.5

:-1: Capabilities for Pitch Perfect may not function correctly because its entitlements use a placeholder team ID. To resolve this, select a development team in the build settings editor. (in target 'Pitch Perfect')

changing install group/owner in build options

Signing area screenshot enter image description here

Screenshot added

Upvotes: 8

Views: 40224

Answers (3)

Sorin Veștemean
Sorin Veștemean

Reputation: 1920

In XCode follow the numbers from the image. I hope it works! enter image description here

also update the Bundle identifier to be a custom one. (same image), and from your code enter image description here

Upvotes: 6

Matias Serafini
Matias Serafini

Reputation: 71

In the Navigator you can see a blue icon with your project name. Click there and search for the Singing & capabilities menu. There you'll find the team dropdown

EDIT:Here's a screenshot

Upvotes: 6

Yasser
Yasser

Reputation: 263

go in the left tap you'll see a Blue file with the name of your project press on it, in Signing there will be a "Team", select one or create a new.

Upvotes: 8

Related Questions