【问题标题】:Ionic framework - Warning when emulating iOS离子框架 - 模拟 iOS 时发出警告
【发布时间】:2016-01-01 13:02:54
【问题描述】:

在我的应用上执行“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

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

【问题讨论】:

    标签: ios cordova ionic-framework ios-simulator ionic


    【解决方案1】:

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

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

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 1970-01-01
      • 2013-01-20
      • 2015-10-09
      • 2020-04-11
      • 1970-01-01
      • 2016-04-03
      • 2023-04-01
      • 1970-01-01
      相关资源
      最近更新 更多