Bitrise Cert上传未找到Certs

时间:2018-03-04 21:17:39

标签: xcode bitrise

我正在尝试使用codesigndoc工具将我的证书上传到Bitrise,我使用以下命令运行该工具

bash -l -c" $(curl -sfL https://raw.githubusercontent.com/bitrise-tools/codesigndoc/master/_scripts/install_wrap-xcode.sh)--scheme ='我的方案' --certs只"

问题是它没有检测到任何分发证书

The Xcode archive used development certificate: iPhone Developer: Me (XXX) [1234].
Please select a distribution certificate:
Please select from the list:
(type in the option's number, then hit Enter) [1] : 

如果我尝试继续,并且选项响应无效(如果我只是尝试输入1或0),则会出错。

我已经手动归档并导出了ipa,我听说有时需要它。

2 个答案:

答案 0 :(得分:0)

这似乎是codesigndoc中的问题 - 在https://discuss.bitrise.io/t/no-codesigndoc-distribution-certificatea/4355

跟踪它

将报告那里的进展。

答案 1 :(得分:0)

我能够通过移除scheme&来解决问题。 certs-only标志。

不确定原因,但它解决了问题。