簡體   English   中英

Github 操作 - 我在哪里上傳證書和配置文件

[英]Github Actions - Where do I upload the Certificates and provisioning profiles

我正在我的項目中實施 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.

嘗試使用分發證書構建項目。

我嘗試將證書和配置文件上傳到我帳戶中的不同存儲庫,但它不起作用。

我們在哪里上傳證書?

您好根據您的問題,您似乎正在嘗試在項目中實施 CI/CD。 您可以集成 fastlane,它將負責在 git 存儲庫上上傳證書。 它將在 git 存儲庫上上傳您的所有證書和配置文件,並幫助您獲取設備的鑰匙串。

暫無
暫無

聲明:本站的技術帖子網頁,遵循CC BY-SA 4.0協議,如果您需要轉載,請注明本站網址或者原文地址。任何問題請咨詢:yoyou2525@163.com.

 
粵ICP備18138465號  © 2020-2024 STACKOOM.COM