Ionic iOS Build Succeeds 但是当尝试模拟应用程序时没有出现在模拟器中

Ionic iOS Build Succeeds but when trying to emulate the app doesn't appear in emulator

如标题所示,我的 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 为我解决了这个问题。