Reputation: 2693
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
Upvotes: 8
Views: 40224
Reputation: 1920
In XCode follow the numbers from the image.
I hope it works!
also update the Bundle identifier to be a custom one. (same image), and from your code
Upvotes: 6
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
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