8

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

Jayprakash Dubey
  • 35,723
  • 18
  • 170
  • 177
Nic Wanavit
  • 2,363
  • 5
  • 19
  • 31
  • Select the project file 'Pitch Perfect' from the left side and post a screenshot of the signing area's screen shot so that the issue can be more clear. – BhargavR Jun 16 '19 at 08:46

3 Answers3

8

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.

Yasser
  • 265
  • 1
  • 8
6

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

Sorin Veștemean
  • 1,772
  • 19
  • 17
5

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