【发布时间】:2026-01-22 06:30:01
【问题描述】:
我正在尝试从 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'
我已经尝试过这里描述的步骤:https://*.com/a/39498874/2901178,但没有成功。
【问题讨论】:
-
我的 Apple Watch 目标也遇到了类似的问题。尝试手动删除派生数据文件夹,然后清理您的项目,然后重新构建。此外,选择您的项目,转到常规,然后选择为您项目的所有目标自动管理代码签名。