您的所有帐户都不是会员,升级到Xcode 8

时间:2016-09-28 17:44:27

标签: ios xcode

我正在尝试从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'

enter image description here

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

6 个答案:

答案 0 :(得分:62)

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

enter image description here enter image description here

答案 1 :(得分:4)

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

这就是屏幕应该是什么样子。 Xcode account details

答案 2 :(得分:3)

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

screenshot

答案 3 :(得分:0)

1.打开Xcode->偏好will see preferences. 2.单击位置。will see Locations window 3.删除下面存档的给定路径中的派生数据文件夹。 4.强制退出xcode并再次打开。

答案 4 :(得分:-1)

你应该取消选中:

enter image description here

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

答案 5 :(得分:-1)

也许你可以设置它:

Xcode - >偏好 - >帐户 - > Apple ID - >添加您的帐户

enter image description here