-
-
Notifications
You must be signed in to change notification settings - Fork 91
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can not find Xcode edit extension in System preference #212
Comments
I was able to fix this by registering Xcode with Launch Services again: $ /System/Library/Frameworks/CoreServices.framework/Frameworks/LaunchServices.framework/Support/lsregister -f /path/to/Xcode.app I think this happens if you confuse Launch Services by switching between multiple copies of Xcode. |
I encountered the same problem, who knows how to solve it? |
Did any of the solutions posted in this thread help? |
I tried a few times but nothing worked. I also tried to install other plugins, but the xcode option didn't appear. @saagarjha |
Can you try this and send me to the output? If that doesn't work, can you try registering all of the Xcodes you have on your machine and trying again after that? |
How to register all of the Xcodes? @saagarjha |
Just run the |
not work |
I install only one Xcode App. |
Can confirm @saagarjha method is working however I will monitor over the coming days as the issue seems to come and go in the past as I restart my computer. Hopefully this fixes it. |
Both installing version 1.6 from my closed issue and this worked:
|
|
Same issue here, on macOS 10.14.6 Xcode 10.3
Everything above tried, doesn't help.
2019-09-04 10:43:58.881263+0800 Xcode[22580:424844] [MT] DVTPlugInManager: Required plug-in compatibility UUID B89EAABF-783E-4EBF-80D4-A9EAC69F77F2 for KSImageNamed.ideplugin (com.ksuther.KSImageNamed) not present 2019-09-04 10:43:59.344101+0800 Xcode[22580:424844] [MT] PluginLoading: Required plug-in compatibility UUID B89EAABF-783E-4EBF-80D4-A9EAC69F77F2 for plug-in at path '~/Library/Application Support/Developer/Shared/Xcode/Plug-ins/VVDocumenter-Xcode.xcplugin' not present in DVTPlugInCompatibilityUUIDs 2019-09-04 10:43:59.348162+0800 Xcode[22580:424844] [MT] PluginLoading: Required plug-in compatibility UUID B89EAABF-783E-4EBF-80D4-A9EAC69F77F2 for plug-in at path '~/Library/Application Support/Developer/Shared/Xcode/Plug-ins/Swimat.xcplugin' not present in DVTPlugInCompatibilityUUIDs 2019-09-04 10:43:59.349911+0800 Xcode[22580:424844] [MT] PluginLoading: Required plug-in compatibility UUID B89EAABF-783E-4EBF-80D4-A9EAC69F77F2 for plug-in at path '~/Library/Application Support/Developer/Shared/Xcode/Plug-ins/HOStringSense.xcplugin' not present in DVTPlugInCompatibilityUUIDs 2019-09-04 10:43:59.350794+0800 Xcode[22580:424844] [MT] PluginLoading: Required plug-in compatibility UUID B89EAABF-783E-4EBF-80D4-A9EAC69F77F2 for plug-in at path '~/Library/Application Support/Developer/Shared/Xcode/Plug-ins/FuzzyAutocomplete.xcplugin' not present in DVTPlugInCompatibilityUUIDs 2019-09-04 10:43:59.352534+0800 Xcode[22580:424844] [MT] PluginLoading: Required plug-in compatibility UUID B89EAABF-783E-4EBF-80D4-A9EAC69F77F2 for plug-in at path '~/Library/Application Support/Developer/Shared/Xcode/Plug-ins/ESJsonFormat.xcplugin' not present in DVTPlugInCompatibilityUUIDs 2019-09-04 10:43:59.353526+0800 Xcode[22580:424844] [MT] PluginLoading: Required plug-in compatibility UUID B89EAABF-783E-4EBF-80D4-A9EAC69F77F2 for plug-in at path '~/Library/Application Support/Developer/Shared/Xcode/Plug-ins/ClangFormat.xcplugin' not present in DVTPlugInCompatibilityUUIDs 2019-09-04 10:43:59.359319+0800 Xcode[22580:424844] [MT] PluginLoading: Required plug-in compatibility UUID B89EAABF-783E-4EBF-80D4-A9EAC69F77F2 for plug-in at path '~/Library/Application Support/Developer/Shared/Xcode/Plug-ins/Auto-Importer.xcplugin' not present in DVTPlugInCompatibilityUUIDs 2019-09-04 10:43:59.777663+0800 Xcode[22580:424844] ApplePersistenceIgnoreState: Existing state will not be touched. New state will be written to (null) 2019-09-04 10:43:59.829251+0800 Xcode[22580:424873] flock failed to lock maps file: errno = 35 2019-09-04 10:43:59.830532+0800 Xcode[22580:424873] flock failed to lock maps file: errno = 35 2019-09-04 10:44:01.456764+0800 Xcode[22580:424855] [default] Failed to find extension point com.apple.dt.Xcode.extension.source-editor in the binding map, scanning all extension points 2019-09-04 10:44:01.456817+0800 Xcode[22580:424855] [default] Invalid overlay plist for extension com.jintin.Swimat.Extension (file:///Users/daocheng/Library/Developer/Xcode/DerivedData/Swimat-daxvrovwuzftcxafvlhhpwytiprx/Build/Products/Debug/Swimat.app/Contents/PlugIns/Extension.appex/): (null) 2019-09-04 10:44:01.644965+0800 Xcode[22580:424873] DTDeviceKit: deviceType from c872259ee95f3092824cc1208ec341a0dde7eb43 was NULL 2019-09-04 10:44:01.736419+0800 Xcode[22580:424989] DTDeviceKit: deviceType from c872259ee95f3092824cc1208ec341a0dde7eb43 was NULL 2019-09-04 10:44:01.764856+0800 Xcode[22580:424952] NSURLConnection finished with error - code -1100 2019-09-04 10:44:01.985957+0800 GPUToolsAgent[22583:425010] Mac Agent inited !!!
Originally posted by @Daocheng in #195 (comment)
The text was updated successfully, but these errors were encountered: