繁体   English   中英

Xcode 8构建失败:签署“ ProjectName”需要开发团队

[英]Xcode 8 build failed: Signing for “ProjectName” requires a development team

我最近从网上下载了一个教程项目,然后按照该教程尝试一些功能。 当我构建项目时,出现以下消息:

Signing for "ProjectName" requires a development team.
Select a development team in the project editor.

对于我的真实项目,我将选择我的开发团队,但这只用于测试和指导目的。 我需要选择一个团队来运行该应用程序吗? 如果选择个人团队,则会抛出另一个错误:无法创建配置文件。

The app ID "xx.xx" cannot be registered to your development team. Change your bundle identifier to a unique string to try again.

No profiles for 'xx.xx' were found
Xcode couldn't find a provisioning profile matching 'xx.xx'.

似乎Xcode 7可以在不指定团队的情况下构建项目。

请按照以下步骤操作:

  1. 继续Project Main Source File

  2. 进入General标签

  3. 在“ General ”下,进入“您的status in red warning Signing
  4. 选择正确的Team并勾选Automatically manage Signing

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM