我正在尝试使用codesigndoc工具将我的证书上传到Bitrise,我使用以下命令运行该工具
bash -l -c "$(curl -sfL https://raw.githubusercontent.com/bitrise-tools/codesigndoc/master/_scripts/install_wrap-xcode.sh) --Scheme=‘我的方案’--仅证书“
问题是它没有检测到任何分发证书
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] : 如果我尝试并继续,并返回无效的option响应(如果我只是尝试放入1或0),它就会出错。
我已经手动归档并导出了ipa,我听说有时需要这样做。
发布于 2018-03-06 01:36:50
这似乎是codesigndoc中的一个问题-在https://discuss.bitrise.io/t/no-codesigndoc-distribution-certificatea/4355上跟踪它
将在那里报告进度。
发布于 2018-03-06 04:19:30
我能够通过删除scheme和certs-only标志来绕过这个问题。
不知道为什么,但它解决了这个问题。
https://stackoverflow.com/questions/49100597
复制相似问题