achernenko-schibsted

Results 2 comments of achernenko-schibsted

I ran into this issue too. By pure chance I opened Console.app and found this: ``` IDEExtensionManager: Xcode Extension does not incorporate XcodeKit: com.example.Plugin.EditorExtension (file:///DerivedData/Plugin-bdyooeorqrtegnghrvnfxvgojehj/Build/Products/Debug/Plugin.app/Contents/PlugIns/EditorExtension.appex/) ``` The source editor extension...

Unfortunately triggering resolve packages in a postgen command didn't fix the issue for me. What helps a bit is setting `defaults write com.apple.dt.Xcode IDEPackageOnlyUseVersionsFromResolvedFile 1`. It will prevent Xcode from...