菜鸟教程小白 发表于 2022-12-13 07:06:25

ios - 失去与 iPad 的连接


                                            <p><p>当我在 Xcode 6.0.1 中第一次在 iPad 上运行我的 iOS 应用程序时,我收到以下错误消息:</p>

<blockquote>
<p>Lost connection to &#34;iPad 2&#34;.Restore the connection to &#34;iPad 2&#34; and run &#34;App Name” again, or if &#34;App Name&#34; is still &gt; &gt; running, you can attach to it by selecting Debug &gt; Attach to Process &gt; App Name.</p>
</blockquote>

<p>我应该怎么做才能解决这个问题?</p></p>
                                    <br><hr><h1><strong>Best Answer-推荐答案</ strong></h1><br>
                                            <p><p>试试看。 </p>

<p>当您在 XCode 中打开 2 个要同时调试的项目时,就会发生这种情况。</p>

<p><strong>重现问题:</strong></p>

<p>在 i(whatever)(iPad or iPhone) 设备上启动调试程序。 </p>

<p>转到另一个(依赖项)项目并选择调试 -> 附加到进程 -> 进程在 1 处启动。</p>

<p><strong>为避免此问题:</strong></p>

<p>直接从设备启动主进程
进入依赖项目,选择Debug -> attach to process -> process launch at 1.</p>

<p>同样的问题在这里用同样的答案解决。
<a href="https://stackoverflow.com/questions/26334178/lost-connection-to-ipad-2#26487325" rel="noreferrer noopener nofollow">Lost connection to “iPad 2”</a> </p></p>
                                   
                                                <p style="font-size: 20px;">关于ios - 失去与 iPad 的连接,我们在Stack Overflow上找到一个类似的问题:
                                                        <a href="https://stackoverflow.com/questions/30205802/" rel="noreferrer noopener nofollow" style="color: red;">
                                                                https://stackoverflow.com/questions/30205802/
                                                        </a>
                                                </p>
                                       
页: [1]
查看完整版本: ios - 失去与 iPad 的连接