简体   繁体   English

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

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

I recently downloaded a tutorial project from web and gonna follow the tutorial to try some features. 我最近从网上下载了一个教程项目,然后按照该教程尝试一些功能。 When I build the project the follow message appeared: 当我构建项目时,出现以下消息:

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

For my real project I will select my development team but this one is only for testing and tutorial purpose. 对于我的真实项目,我将选择我的开发团队,但这只用于测试和指导目的。 Do I need to select a team in order to run the app? 我需要选择一个团队来运行该应用程序吗? If I choose a personal team, another error thrown out: Failed to create provisioning profile. 如果选择个人团队,则会抛出另一个错误:无法创建配置文件。

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'.

Seems Xcode 7 can build the project without specifying a team. 似乎Xcode 7可以在不指定团队的情况下构建项目。

Follow the following steps: 请按照以下步骤操作:

  1. Go on Project Main Source File 继续Project Main Source File

  2. Go in General Tab 进入General标签

  3. Under General Go into Signing where you have status in red warning 在“ General ”下,进入“您的status in red warning Signing
  4. Select Your Correct Team and Tick Automatically manage Signing 选择正确的Team并勾选Automatically manage Signing

暂无
暂无

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

相关问题 Xcode存档构建失败。 签名需要开发团队 - Xcode archive build failing. Signing requires a development team Xcode 错误:签署……需要开发团队 - Xcode error: Signing for … requires a development team Stripe SDK 不允许我构建 - “为‘StripeCore’签名需要一个开发团队。在 Signing &amp; Capabilities 编辑器中选择一个开发团队” - Stripe SDK won't let me build - "Signing for 'StripeCore' requires a development team. Select a development team in the Signing & Capabilities editor" 签约“DKPhotoGallery-DKPhotoGallery”需要开发团队 - Signing for "DKPhotoGallery-DKPhotoGallery" requires a development team Xcode 在团队开发中自动管理代码签名 - Xcode auto manage code signing in team development 签约《Runner》需要一个开发团队。 Select Signing & Capabilities 编辑器中的开发团队 - Signing for "Runner" requires a development team. Select a development team in the Signing & Capabilities editor iOS Catalyst Cocoapod 框架错误 - 签名需要开发团队 - iOS Catalyst Cocoapod framework error - signing requires a development team CodeName一台服务器错误:签署“ <AppName> ”需要开发团队。 在项目编辑器中选择一个开发团队 - CodeName One server error: Signing for “<AppName>” requires a development team. Select a development team in the project editor 签署“ WebDriverAgentRunner”需要开发团队。 在项目编辑器中选择一个开发团队 - Signing for “WebDriverAgentRunner” requires a development team. Select a development team in the project editor 签署“[AppName]”需要开发团队。 在项目编辑器中选择一个开发团队。 - Signing for “[AppName]” requires a development team. Select a development team in the project editor.
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM