-
Notifications
You must be signed in to change notification settings - Fork 325
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
Swift version
Apple Swift version 6.0 (swiftlang-6.0.0.9.10 clang-1600.0.26.2)
Platform
macOS 14.7
Editor
Neovim
Description
When I open a xcworkspace or xcodeproj project in Neovim, sourcekit-lsp loads normally, but if I execute anything like (:Telescope, open explorer, :XcodebuildPicker, ...) it quit with this message:
Client sourcekit quit with exit code 0 and signal 5. Check log for errors: /Users/gustavo/.local/state/nvim/lsp.log
And nothing was logged in the lsp.log. But in Console App there is a sourcekit-lsp crash report.
Steps to Reproduce
- Init a project with tuist
mkdir MyDemo && cd MyDemo && tuist init --name MyDemo - Generate the xcworkspace
tuist generate - Open in Neovim
- Await sourcekit-lsp loads (Verify with :LspInfo)
- Run any other command (:Telescope, :Ntree)
Logging
k14lb3
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working