正如标题所示,我的 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.
Best Answer-推荐答案 strong>
运行 ionic run ios 而不是 ionic run 为我解决了这个问题。
关于ios - Ionic iOS 构建成功,但尝试模拟应用程序时没有出现在模拟器中,我们在Stack Overflow上找到一个类似的问题:
https://stackoverflow.com/questions/30030450/
|