【发布时间】:2020-03-15 18:05:46
【问题描述】:
我正在我的项目中为构建、测试和部署实施 github 操作。 在构建应用程序时,它给了我一个错误,
"Code Signing Error: No profile for team 'XXXX' matching 'XXXX' found"
Xcode couldn't find any provisioning profiles matching 'XXXX/XXXX'. Install the profile (by dragging and dropping it onto Xcode's dock item) or select a different one in the Signing & Capabilities tab of the target editor.
尝试使用分发证书构建项目。
我尝试将证书和配置文件上传到我帐户中的不同存储库,但它不起作用。
我们在哪里上传证书?
【问题讨论】:
-
@matt 如果没有证书,项目将如何在存储库上构建?
标签: ios git github certificate github-actions