ios 您的帐户都不是会员,升级到 Xcode 8 后出现代码签名错误

声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow 原文地址: http://stackoverflow.com/questions/39754341/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me): StackOverFlow

提示:将鼠标放在中文语句上可以显示对应的英文。显示中英文
时间:2020-08-31 10:23:50  来源:igfitidea点击:

None of your accounts are a member, code signing errors after upgrading to Xcode 8

iosxcode

提问by Daniel Que

I'm trying to run some example projects from GitHub. After upgrading to Xcode 8, I see the same set of errors for multiple projects:

我正在尝试从 GitHub 运行一些示例项目。升级到 Xcode 8 后,我看到多个项目的相同错误集:

  • None of your accounts are a member of '...': An unexpected error occurred. Xcode cannot find a team matching '...'.
  • No profiles for '...' were found: Xcode couldn't find a provisioning profile matching '...'.
  • Code signing is required for product type 'Application' in SDK 'iOS 10.0'
  • None of your accounts are a member of '...': An unexpected error occurred. Xcode cannot find a team matching '...'.
  • No profiles for '...' were found: Xcode couldn't find a provisioning profile matching '...'.
  • Code signing is required for product type 'Application' in SDK 'iOS 10.0'

enter image description here

在此处输入图片说明

I've tried the steps described here: https://stackoverflow.com/a/39498874/2901178, but it didn't work.

我已经尝试了这里描述的步骤:https: //stackoverflow.com/a/39498874/2901178,但没有奏效。

回答by Maniganda saravanan

If you found any Extensions under TARGETS. You have to choose the development team for that too. Hope this helps you.

如果您在TARGETS下找到任何扩展。您也必须为此选择开发团队。希望这对你有帮助。

enter image description hereenter image description here

在此处输入图片说明在此处输入图片说明

回答by Yaroslav

Make sure you have all Identities created. Go to Xcode Settings - Accounts - Account Details - Click "Create" for every identity you need. The rest will be solved with "Automatically manage signing".

确保您已创建所有身份。转到 Xcode 设置 - 帐户 - 帐户详细信息 - 针对您需要的每个身份单击“创建”。其余的将通过“自动管理签名”解决。

This is what that screen should look like. Xcode account details

这就是那个屏幕应该是什么样子。 Xcode 帐户详细信息

回答by Sergey Teryokhin

In addition to @Maniganda's answer. If you are using CocoaPods, be sure that you have checked each target for the Pods project.

除了@Maniganda 的回答。如果您使用 CocoaPods,请确保您已检查 Pods 项目的每个目标。

screenshot

截屏

回答by Gitu

1.Open Xcode->Preferenceswill see preferences.2.Click on Locations.will see Locations window3.delete the derived data folder in the given path of archives below. 4.Force quit xcode and open again.

1.打开Xcode->Preferences会看到preferences。2. 单击位置。将看到 Locations 窗口3.delete 下面给定档案路径中的派生数据文件夹。4.强制退出xcode并再次打开。

回答by vien vu

You should uncheck this:

你应该取消选中这个:

enter image description here

在此处输入图片说明

Don't let xcode manage if your project don't include in you account.

如果您的项目未包含在您的帐户中,请不要让 xcode 管理。

回答by Juny_Song

Maybe you could set ithere:

也许你可以在这里设置:

Xcode -> Preferences -> Accounts -> Apple IDs -> Add your account

Xcode -> Preferences -> Accounts -> Apple IDs -> Add your account

enter image description here

在此处输入图片说明