ChimeHQ / LanguageClient

Language Server Protocol (LSP) client for Swift
BSD 3-Clause "New" or "Revised" License
96 stars 10 forks source link

LSPClient not found #14

Closed jbromberg closed 8 months ago

jbromberg commented 8 months ago

Just a heads up when installing this package Xcode gives the following error: product 'LSPClient' required by package 'languageclient' target 'LanguageClient' not found in package 'LanguageServerProtocol'.

Looks like LSPClient was removed from LanguageServerProtocol.

mattmassicotte commented 8 months ago

Wow, did this ever go badly. There was indeed a major change a while ago that messed things up. And someone tried to fix it https://github.com/ChimeHQ/LanguageClient/pull/12. But I dropped the ball on it.

mattmassicotte commented 8 months ago

Addressed with https://github.com/ChimeHQ/LanguageClient/releases/tag/0.7.1