Github操作-我在哪里上传证书和配置文件

我正在我的项目中执行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.

试图使用分发证书来构建项目。

我试图将证书和配置文件上载到我帐户中的其他存储库中,但这不起作用。

我们在哪里上传证书?

zmm_kj 回答:Github操作-我在哪里上传证书和配置文件

嗨,根据您的问题,您似乎正在尝试在项目中实施CI / CD。您可以集成fastlane,它将负责在git repo上上传证书。它将在git repo上上传您所有的证书和配置文件,并帮助您获取设备的钥匙串。

本文链接:https://www.f2er.com/3068574.html

大家都在问