Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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

like image 898
Nic Wanavit Avatar asked Jun 16 '19 05:06

Nic Wanavit


3 Answers

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.

like image 154
Yasser Avatar answered Sep 28 '22 06:09

Yasser


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

like image 23
Sorin Veștemean Avatar answered Sep 28 '22 06:09

Sorin Veștemean


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

like image 29
Matias Serafini Avatar answered Sep 28 '22 07:09

Matias Serafini