如标题所示,我的Ionic iOS构建成功,但是,当我对其进行仿真时,除了没有将我的应用程序加载到其中之外,iOS模拟器都已启动。
这是错误消息:
2015-05-04 08:37:05.108 xcodebuild[45167:2385652] DVTAssertions: 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: <DTDKRemoteDeviceDataListener: 0x7f83cc87fad0>
Method: -listenerThreadImplementation
Thread: <NSThread: 0x7f83cc86c010>{number = 2, name = (null)}
Please file a bug at http://bugreport.apple.com with this warning message and any useful information you can provide.
最佳答案
运行ionic run ios
而不是ionic run
为我解决了此问题。
关于ios - Ionic iOS构建成功,但在尝试模拟应用程序时未出现在模拟器中,我们在Stack Overflow上找到一个类似的问题:https://stackoverflow.com/questions/30030450/