菜鸟教程小白 发表于 2022-12-12 20:01:31

ios - 与 iOS 7.1 持续集成 - 无法在服务器上安装链接的产品


                                            <p><p>我们已经使用 Xcode 5.0 运行 CI 一段时间了,没有任何问题。现在iOS 7.1 已经发布了似乎安装了CI 生产的产品<a href="https://stackoverflow.com/questions/20276907/enterprise-app-deployment-doesnt-work-on-ios-7-1" rel="noreferrer noopener nofollow">you need to be on https</a>但似乎自签名证书是可以的。</p>

<p>我已经切换到 https(自签名),它可以很好地加载机器人页面,但是当您从链接安装产品时,它说无法连接到 <em>服务器</em></p>

<p>尝试在 http 上安装它会导致错误 <code>Cannot install applications because the certificate for 'server' is not valid.</code>.</p>

<p>我必须获得正确的证书还是我对自签名证书做错了什么?</p></p>
                                    <br><hr><h1><strong>Best Answer-推荐答案</ strong></h1><br>
                                            <p><p>这似乎是同样的问题,尽管它需要使用您自己的 CA 授权而不是自签名证书进行签名。</p>

<p>有关如何执行此操作的说明,请按照说明 <a href="https://stackoverflow.com/questions/20276907/enterprise-app-deployment-doesnt-work-on-ios-7-1#22367111" rel="noreferrer noopener nofollow">here</a> .</p></p>
                                   
                                                <p style="font-size: 20px;">关于ios - 与 iOS 7.1 持续集成 - 无法在服务器上安装链接的产品,我们在Stack Overflow上找到一个类似的问题:
                                                        <a href="https://stackoverflow.com/questions/22344596/" rel="noreferrer noopener nofollow" style="color: red;">
                                                                https://stackoverflow.com/questions/22344596/
                                                        </a>
                                                </p>
                                       
页: [1]
查看完整版本: ios - 与 iOS 7.1 持续集成 - 无法在服务器上安装链接的产品