Closed rodio closed 5 months ago
seems your sourcekit is crash. it may related to your code. you also can try vscode with swift extension, to exclude the xcodebuild.nvim issue. you may also post a bug to sourcekit-lsp for help
Thank you! Don't know what exactly was happening, but for now I've just rebuild sourcekit-lsp from sources and the problem disappeared.
Hello! Thank you very much for your work on this tool!
I was trying to use it with https://github.com/wojciech-kulik/ios-dev-starter-nvim and it seems that it is almost working for me. However, when I scroll through a couple of sugestions presented by auto completion, they stop working. I see
Client 1 quit with exit code 0 and signal 5
in:messages
and below is my LSP log andcheckhealth xcodebuild
Is there an issue with xcode-build-server here? Thank you!