【问题标题】:Github Actions - Where do I upload the Certificates and provisioning profilesGithub Actions - 我在哪里上传证书和配置文件
【发布时间】: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.

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

我尝试将证书和配置文件上传到我帐户中的不同存储库,但它不起作用。

我们在哪里上传证书?

【问题讨论】:

标签: ios git github certificate github-actions


【解决方案1】:

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

【讨论】:

    猜你喜欢
    • 1970-01-01
    • 2021-02-10
    • 1970-01-01
    • 1970-01-01
    • 2023-04-09
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 2013-05-23
    相关资源
    最近更新 更多