2015-10-04 93 views
1

時執行「離子模仿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

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

回答

2

從離子論壇解決方案 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