簡體   English   中英

離子框架-模擬iOS時發出警告

[英]Ionic framework - Warning when emulating 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.

我使用的是Yosemite OSX 10.10.5 Xcode版本。 7.0.1 Ionic CLI版本 1.6.5科爾多瓦版本。 5.3.3

任何幫助將不勝感激!! 謝謝!!

離子論壇的解決方案http://forum.ionicframework.com/t/warning-when-emulating-ios/33822/3

  1. 卸載cordova
  2. 從〜/刪除.cordova(隱藏)目錄
  3. 從我的離子項目中刪除平台/和插件/目錄
  4. npm安裝ios-sim -g
  5. npm安裝ios-deploy -g
  6. 確保我在package.json中擁有的所有依賴關系都是最新的
  7. npm安裝
  8. npm安裝cordova -g
  9. 離子狀態重置
  10. 離子模擬iOS

暫無
暫無

聲明:本站的技術帖子網頁,遵循CC BY-SA 4.0協議,如果您需要轉載,請注明本站網址或者原文地址。任何問題請咨詢:yoyou2525@163.com.

 
粵ICP備18138465號  © 2020-2024 STACKOOM.COM