Skip to content
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

Open
Daocheng opened this issue Sep 4, 2019 · 12 comments
Open

Can not find Xcode edit extension in System preference #212

Daocheng opened this issue Sep 4, 2019 · 12 comments

Comments

@Daocheng
Copy link

Daocheng commented Sep 4, 2019

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)

@saagarjha
Copy link
Collaborator

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.

@kunlongxu
Copy link

I encountered the same problem, who knows how to solve it?

@saagarjha
Copy link
Collaborator

Did any of the solutions posted in this thread help?

@kunlongxu
Copy link

I tried a few times but nothing worked. I also tried to install other plugins, but the xcode option didn't appear. @saagarjha

@saagarjha
Copy link
Collaborator

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?

@kunlongxu
Copy link

pluginkit -vmAp com.apple.dt.Xcode.extension.source-editor
(no matches)

How to register all of the Xcodes? @saagarjha

@saagarjha
Copy link
Collaborator

Just run the lsregister command I mentioned above repeatedly with the path to your Xcode substituted in where specified.

@kunlongxu
Copy link

first:
lsregister -u /Applications/Xcode.app
after:
lsregister -f /Applications/Xcode.app

not work

@kunlongxu
Copy link

I install only one Xcode App.

@bstillitano
Copy link

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.

@LivioGama
Copy link

Both installing version 1.6 from my closed issue and this worked:

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.

@ajunjunandtmac
Copy link

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.
worked for me, thanks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

6 participants