Is anyone else unable to use Xcode editor extensions with Xcode 12 and macOS BS?
I'm assuming that there is something going on with Xcode here that is blocking the use of them.
I can see Xcode advertise its public extension point in the logs.
[d <private>] <PKHost:0x157b13060> Query: {
NSExtensionPointName = (
"com.apple.dt.Xcode.extension.source-editor"
);
}
I can see the plugins are loaded by plugin kit.
% pluginkit -v -m -p "com.apple.dt.Xcode.extension.source-editor"
name.lazarenko.daniel.xcsort.xcsortext(1.1) BF40D8E4-3611-46B6-B320-1E167B793A49 2020-12-15 15:42:34 +0000 /Applications/xcsort.app/Contents/PlugIns/xcsortext.appex
io.quicktype.quicktype-xcode(8.2.22) F673691C-1C2A-48D7-8587-85FECBD0CB05 2020-12-15 15:42:34 +0000 /Applications/Paste JSON as Code • quicktype.app/Contents/PlugIns/quicktype-xcode.appex
de.pmw.ProtocolExtension.ProtocolXcodeExtension(0.1.0) 827CBD12-8E79-4819-A8DB-5C97A3A3F85F 2020-12-15 15:42:34 +0000 /Applications/Protocol.app/Contents/PlugIns/Protocol Extension.appex
(3 plug-ins)
The plugins never show up in Xcode to be used.
😢
I'll file a radar soon, but was also wondering if anyone else was seeing this.
2
0
1.7k