简体   繁体   English

Xcode 错误:签署……需要开发团队

[英]Xcode error: Signing for … requires a development team

I am trying to test my app on my iPhone 8. Since I do not have an Apple Developer Account, I have followed this tutorial: https://ionicframework.com/blog/deploying-to-a-device-without-an-apple-developer-account/我正在尝试在我的 iPhone 8 上测试我的应用程序。由于我没有 Apple 开发人员帐户,因此我遵循了本教程: https://ionicframework.com/blog/deploying-to-a-device-without-an-苹果开发者帐户/

Although the above tutorial is for Xcode 8 (I have Xcode 11), it worked until the second-to-last step.虽然上述教程适用于 Xcode 8(我有 Xcode 11),但它一直有效到倒数第二个步骤。 I had already added my Apple ID and created my certificate (eg NT Larry (Personal Team) with Role of User ).我已经添加了我的 Apple ID 并创建了我的证书(例如NT Larry(个人团队) ,角色为User )。 I went to Signing and Capabilities >> Signing >> Team (dropdown) and in the dropdown menu I chose my certificate ( NT Larry (Personal Team) ).我去了 Signing and Capabilities >> Signing >> Team (下拉菜单)并在下拉菜单中选择了我的证书( NT Larry (Personal Team) )。 Then, I clicked Run.然后,我点击了运行。 The following error appeared:出现以下错误:

Signing for "ntlarry_project StickerPackExtension" requires a development team.签署“ntlarry_project StickerPackExtension”需要开发团队。 Select a development team in the Signing & Capabilities editor Select Signing & Capabilities 编辑器中的开发团队

However, as detailed above, I have already taken the action requested (adding the development team, in this case my Personal Team) in the above error.但是,如上所述,我已经在上述错误中采取了请求的操作(添加开发团队,在本例中为我的个人团队)。 What should I do to resolve this error?我应该怎么做才能解决这个错误?

The answers in other questions like this one ( Xcode error: Code signing is required for product type 'Application' in SDK 'iOS 10.0' ) and this one ( Requires a development team. Select a development team in the project editor ) have not helped me since I took the same approach as they did.其他问题中的答案( ZA3B5EBD8A1E9EBF44A172E172E80D5A7D3A3Z错误:ZF20E3C5E54C0AB3D375D375D6660B3F896F6F6F6F6F6F6F6F6F6F6F6F6F6F6 FFFFER中的产品类型'application'需要代码签名我,因为我采取了与他们相同的方法。 Is it because the new versions of Xcode require a Apple Developer Membership in order to do this kind of testing?是不是因为新版本的 Xcode 需要 Apple Developer Membership 才能进行这种测试?

More details:更多细节:

I am making this app for iPhone 8 , with iOS 13.1 .我正在使用iOS 13.1iPhone 8制作这个应用程序。 I am using Xcode 11 .我正在使用Xcode 11

If you would like more information, please ask.如果您想了解更多信息,请询问。 This is not in my field and I might have missed something.这不在我的领域,我可能错过了一些东西。

Target > Signing & Capabilities > Team目标 > 签约和能力 > 团队

Select a team and then Xcode will help do the next things. Select 一个团队,然后 Xcode 将帮助做接下来的事情。

在这里选择一个团队

Beginners step by step guide to setting the certificates in Xcode right to develop for iOS in Xcode without a paid apple developer account (sanctioned by Apple), follow this link: Deploying to a Device from Xcode without an Apple Developer Account Beginners step by step guide to setting the certificates in Xcode right to develop for iOS in Xcode without a paid apple developer account (sanctioned by Apple), follow this link: Deploying to a Device from Xcode without an Apple Developer Account

暂无
暂无

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

相关问题 Xcode存档构建失败。 签名需要开发团队 - Xcode archive build failing. Signing requires a development team Xcode 8构建失败:签署“ ProjectName”需要开发团队 - Xcode 8 build failed: Signing for “ProjectName” requires a development team 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 签约“DKPhotoGallery-DKPhotoGallery”需要开发团队 - Signing for "DKPhotoGallery-DKPhotoGallery" requires a development team Xcode 在团队开发中自动管理代码签名 - Xcode auto manage code signing in team development SDK“iOS 10.0”中的产品类型“应用程序”需要代码签名 - StickerPackExtension 需要开发团队错误 - Code signing is required for product type 'Application' in SDK 'iOS 10.0' - StickerPackExtension requires a development team error 签约《Runner》需要一个开发团队。 Select Signing & Capabilities 编辑器中的开发团队 - Signing for "Runner" requires a development team. Select a development team in the Signing & Capabilities editor 签署“[AppName]”需要开发团队。 在项目编辑器中选择一个开发团队。 - 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
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM