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
None of your accounts are a member, code signing errors after upgrading to Xcode 8
提问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'
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
回答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 设置 - 帐户 - 帐户详细信息 - 针对您需要的每个身份单击“创建”。其余的将通过“自动管理签名”解决。
回答by Sergey Teryokhin
回答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
回答by Juny_Song
Maybe you could set ithere:
也许你可以在这里设置:
Xcode -> Preferences -> Accounts -> Apple IDs -> Add your account
Xcode -> Preferences -> Accounts -> Apple IDs -> Add your account