[project] Xcode Capabilities 的警告可能无法正常运行,因为它的权利使用占位符团队 ID
Warning for Xcode Capabilities for [project] may not function correctly because its entitlements use a placeholder team ID
我是 Xcode 的新手。刚开始单视图项目,遇到如下错误。
项目名称: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')
在构建选项中更改安装 group/owner
签到区截图
点击左边你会看到一个蓝色的文件,上面有你的项目名称,点击它,
在 Signing 中将有一个 "Team"、select 一个或创建一个新的。
在导航器中,您可以看到带有项目名称的蓝色图标。单击此处并搜索歌唱和功能菜单。在那里你会找到团队下拉菜单
编辑:Here's a screenshot
在 XCode 中按照图像中的数字进行操作。
我希望它有效!
还将 Bundle 标识符更新为自定义标识符。 (相同的图像),以及您的代码
我是 Xcode 的新手。刚开始单视图项目,遇到如下错误。
项目名称: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')
在构建选项中更改安装 group/owner
签到区截图
点击左边你会看到一个蓝色的文件,上面有你的项目名称,点击它, 在 Signing 中将有一个 "Team"、select 一个或创建一个新的。
在导航器中,您可以看到带有项目名称的蓝色图标。单击此处并搜索歌唱和功能菜单。在那里你会找到团队下拉菜单
编辑:Here's a screenshot
在 XCode 中按照图像中的数字进行操作。
我希望它有效!
还将 Bundle 标识符更新为自定义标识符。 (相同的图像),以及您的代码