简体   繁体   English

在 Xcode 8 中添加开发团队?

[英]Add developer team in Xcode 8?

I was still learning the ins and outs of Xcode when the new version came out and I just upgraded to Xcode 8, which gave me a bunch of errors in the projects I started in Xcode 7.3.新版本出来的时候我还在学习 Xcode 的来龙去脉,我刚刚升级到 Xcode 8,这让我在 Xcode 7.3 开始的项目中出现了一堆错误。 I can't get rid of two particular errors:我无法摆脱两个特定的错误:

"Signing for AppName requires a development team. Select a development team in project editor." “签署 AppName 需要一个开发团队。在项目编辑器中选择一个开发团队。”

"Code signing is required for product type "Application" in iOS SDK 10.0"" “iOS SDK 10.0 中的产品类型“应用程序”需要代码签名””

I'm pretty sure I could've figured how to fix this in Xcode 7.3, but the project settings page has completely changed and looks kinda confusing right now.我很确定我可以想出如何在 Xcode 7.3 中解决这个问题,但是项目设置页面已经完全改变了,现在看起来有点混乱。 Where do I add development teams, and is it possible to add a default development team for all my Xcode projects?我在哪里添加开发团队,是否可以为我的所有 Xcode 项目添加默认开发团队? I also found the code signing section in the project settings, but filling all the settings doesn't make the error go away, so I'm even more confused about that.我还在项目设置中找到了代码签名部分,但是填写所有设置并不会使错误消失,所以我对此更加困惑。 I never had to worry about this in previous versions of Xcode, since I never got to the point of actual app distribution.在以前的 Xcode 版本中,我从来没有担心过这个问题,因为我从来没有涉及到实际的应用程序分发。 Any help will be appreciated.任何帮助将不胜感激。 Thanks!谢谢!

As you said you found, you can go to the General project settings and find Signing.如您所说,您可以转到“常规项目设置”并找到“签名”。 There you may select you team.在那里你可以选择你的团队。 Additionally, you probably want "Automatically manage signing".此外,您可能想要“自动管理签名”。

If the error does not immediately go away, try Product > Clean, and then Product > Build and run again.如果错误没有立即消失,请尝试 Product > Clean,然后再尝试 Product > Build 并再次运行。

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

相关问题 如何在 Xcode 中向我的团队添加开发人员 - How to add a developer to my Team in Xcode Xcode 错误:“团队未注册 Apple Developer Program xcode 分发” - Xcode error: “team is not enrolled in the Apple Developer Program xcode distribute” 如何将团队成员添加到Apple Developer Program - How to add a team member to Apple Developer Program 将团队成员添加到个人开发者帐户 - Add team members to individual developer account 尝试在管理器中指定开发人员团队时,Xcode崩溃 - Xcode crashes when trying to specify Developer Team in Organizer 无法使用多个开发者帐户在Xcode 5上添加权利 - Unable to add entitlement on Xcode 5 with multiple developer accounts Xcode7 / iOS9:单元测试:iPhone开发人员:模棱两可(与“ iPhone开发人员:Max M.(团队A ID)和” iPhone开发人员:Max M.(Team B ID)匹配) - Xcode7 / iOS9: Unit Tests: iPhone Developer: ambiguous (matches “iPhone Developer: Max M. (Team A ID) and ”iPhone Developer: Max M. (Team B ID)) Xcode 和苹果开发者中心也无法添加 Siri 功能 - Unable to add Siri capability in Xcode and apple developer centre too Xcode可以添加多个开发人员帐户来开发不同的项目 - Could xcode add multiple developer account to develop different projects 在Xcode中添加自定义云容器ID的位置(不使用开发者帐户) - Where to add Custom Cloud Container id in Xcode (Not using developer account)
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM