xcode-build-server
xcode-build-server copied to clipboard
a build server protocol implementation for integrate xcode with sourcekit-lsp
I'm thinking about: https://github.com/wojciech-kulik/xcodebuild.nvim/issues/56 @SolaWing are you aware if there is any CLI mechanism to trigger indexing without the whole build? What does Xcode do under the hood that it...
Would `xcode-build-server` be able to support browsing and navigating `.swiftinterface` files? For instance when I go to definition of a SwiftUI symbol in my project, say `Text`, I am directed...
I have an app that uses pods, and for some reason it isn't able to detect pod libraries (everything else like foundation works). Is it a workspace thing? Is there...
This is most likely connected with #43. Besides the problem with new files, there is also one more annoying. Whenever I update some other file by for example adding a...
Firstly, thank you so much for building this tool. It is a great pleasure to be able to use my NeoVim environment to code swift!✨ I had a lot of...
Hey @SolaWing, I'm struggling for a while now to make your tool work with .xcodeproj generated by [bazel](https://github.com/MobileNativeFoundation/rules_xcodeproj) and it do not seem like getting somewhere, so i decided to...
I installed Xcode 16 beta 2 and autocompletion doesn't work, vs code extension says that compile_flags.json is not provided. Has anybody tested it for a new Xcode ?
Hi, I have xcode-build-server working for autocomplete in my SwiftUI project but I have the following problems: - jump-to-definition doesn't work - my custom views are underlined in red with...
In included file: <cstddef> tried including <stddef.h> but didn't find libc++'s <stddef.h> header.
I recently started using xcode-build-server with sourcekit-lsp in neovim, and I'm having trouble with the LSP. For context I used Xcodebuild.nvim to configure the setup and then ran the xcode-build-server...
Hi @SolaWing , **Description:** I'm working on a project with multiple schemes and noticed that autocompletion only works for the scheme set in buildServer.json. This makes it a bit challenging...