[project] 的 Xcode 功能警告可能无法正常运行,因为其权利使用占位符团队 ID
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/56616238/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me):
StackOverFlow
Warning for Xcode Capabilities for [project] may not function correctly because its entitlements use a placeholder team ID
提问by Nic Wanavit
I am new to Xcode. Just started a single view project and encountered following error.
我是 Xcode 的新手。刚开始单视图项目,遇到如下错误。
Project name: Pitch Perfect xcode version: 10.2.1 osx version: 10.14.5
项目名称:Pitch Perfect xcode 版本:10.2.1 osx 版本: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
在构建选项中更改安装组/所有者
采纳答案by Yasser
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.
进入左侧的水龙头,您会看到一个带有项目名称的蓝色文件,按下它,在签名中将有一个“团队”,选择一个或创建一个新的。