defrac / defrac-plugin-intellij

defrac Plug-In for IntellJ IDEA
Apache License 2.0
5 stars 1 forks source link

Error when running ios: Requested but did not find extension point with identifier Xcode.DVTFoundation.DevicePlatformMapping #26

Open mikeliucc opened 8 years ago

mikeliucc commented 8 years ago

Hi, when running "getting started" app for ios, I got the following error:

[error] 2016-02-20 23:46:37.015 ios-sim[54681:27811491] [MT] DVTAssertions: Warning in /Library/Caches/com.apple.xbs/Sources/DVTFrameworks/DVTFrameworks-9544/DVTFoundation/PlugInArchitecture/PlugInManager/DVTPlugInManager.m:259
[error] Details:  Requested but did not find extension point with identifier Xcode.DVTFoundation.DevicePlatformMapping
[error] Object:   <DVTPlugInManager: 0x7fa44c18e9d0>
[error] Method:   -extensionPointWithIdentifier:
[error] Thread:   <NSThread: 0x7fa44ac0b9b0>{number = 1, name = main}
[error] Please file a bug at http://bugreport.apple.com with this warning message and any useful information you can provide.

Not sure if this is something to be alarmed about... Please let me know if I can provide additional information. Thanks

joa commented 8 years ago

The DVTPlugInManager error is expected and nothing to worry about. We'll make sure it won't print out in a future update.