菜鸟教程小白 发表于 2022-12-13 06:58:02

ios - Ionic iOS 构建成功,但尝试模拟应用程序时没有出现在模拟器中


                                            <p><p>正如标题所示,我的 Ionic iOS 构建成功,但是,当我模拟它时,iOS 模拟器会出现,但我的应用程序没有加载到那里。</p>

<p>这是错误信息:</p>

<pre><code>2015-05-04 08:37:05.108 xcodebuildDVTAssertions: Warning in /SourceCache/DVTiOSFrameworks/DVTiOSFrameworks-7536/DTDeviceKitBase/DTDKRemoteDeviceDataListener.m:79
Details:Running against an old version of MobileDevice; some interaction with proxied devices may be unavailable.
Object:   &lt;DTDKRemoteDeviceDataListener: 0x7f83cc87fad0&gt;
Method:   -listenerThreadImplementation
Thread:   &lt;NSThread: 0x7f83cc86c010&gt;{number = 2, name = (null)}
Please file a bug at http://bugreport.apple.com with this warning message and any useful information you can provide.
</code></pre></p>
                                    <br><hr><h1><strong>Best Answer-推荐答案</ strong></h1><br>
                                            <p><p>运行 <code>ionic run ios</code> 而不是 <code>ionic run</code> 为我解决了这个问题。</p></p>
                                   
                                                <p style="font-size: 20px;">关于ios - Ionic iOS 构建成功,但尝试模拟应用程序时没有出现在模拟器中,我们在Stack Overflow上找到一个类似的问题:
                                                        <a href="https://stackoverflow.com/questions/30030450/" rel="noreferrer noopener nofollow" style="color: red;">
                                                                https://stackoverflow.com/questions/30030450/
                                                        </a>
                                                </p>
                                       
页: [1]
查看完整版本: ios - Ionic iOS 构建成功,但尝试模拟应用程序时没有出现在模拟器中