Ionic 框架 - 模拟时出现警告 iOS

Ionic framework - Warning when emulating iOS

我在我的应用程序上执行 "ionic emulate ios" 时不断收到此警告

2015-10-04 12:11:52.095 ios-sim[3757:81938] stderrPath: /Users/pablomartinez/MobileApps/MyApp/platforms/ios/cordova/console.log
2015-10-04 12:11:52.096 ios-sim[3757:81938] stdoutPath: /Users/pablomartinez/MobileApps/MyApp/platforms/ios/cordova/console.log
2015-10-04 12:11:52.220 ios-sim[3757:81938] [MT] DVTAssertions: Warning in /Library/Caches/com.apple.xbs/Sources/DVTFrameworks/DVTFrameworks-8208/DVTFoundation/PlugInArchitecture/PlugInManager/DVTPlugInManager.m:257
Details: Requested but did not find extension point with identifier Xcode.DVTFoundation.DevicePlatformMapping
Object: 
Method: -extensionPointWithIdentifier:
Thread: {number = 1, name = main}
Please file a bug at http://bugreport.apple.com with this warning message and any useful information you can provide.

我在 Yosemite OSX 10.10.5 Xcode 版本。 7.0.1 离子 CLI 版本。 1.6.5 科尔多瓦版本。 5.3.3

任何帮助将不胜感激!! 谢谢!!

来自 Ionic 论坛的解决方案 http://forum.ionicframework.com/t/warning-when-emulating-ios/33822/3

  1. 卸载科尔多瓦
  2. 从 ~/
  3. 中删除 .cordova(隐藏)目录
  4. 从我的 ionic 项目中删除 platforms/ 和 plugins/ 目录
  5. npm 安装 ios-sim -g
  6. npm 安装ios-deploy -g
  7. 确保我在 package.json 中的所有依赖项都是最新的
  8. npm 安装
  9. npm 安装 cordova -g
  10. 离子状态重置
  11. 离子模拟 ios