离子框架 - 警告模仿的iOS

问题描述:

时执行“离子模仿IOS”当我的应用程序离子框架 - 警告模仿的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. 

我在优胜美地OSX 10.10.5 版本的Xcode我不断收到这样的警告。 7.0.1 Ionic CLI版本。 1.6.5 Cordova ver。 5.3.3

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

从离子论坛解决方案 http://forum.ionicframework.com/t/warning-when-emulating-ios/33822/3

  1. 卸载科尔多瓦
  2. 删除.cordova(隐藏)目录的〜/
  3. 删除平台/和plugins /从我的离子项目
  4. NPM的安装目录ios-sim -g
  5. npm install ios-deploy -g
  6. 确保所有依赖我在的package.json最新
  7. NPM安装
  8. NPM安装科尔多瓦-g
  9. 离子状态的复位
  10. 离子模仿IOS