xcode-build-server icon indicating copy to clipboard operation
xcode-build-server copied to clipboard

a build server protocol implementation for integrate xcode with sourcekit-lsp

Results 12 xcode-build-server issues
Sort by recently updated
recently updated
newest added

I'm using VSCode. Every time I change my code, I have to wait about 3-4s to see the suggesstion

Currently it provides pure support if a file has a compile errors in a module I ran xcode like `export SOURCEKIT_LOGGING=3 && /Applications/Xcode.app/Contents/MacOS/Xcode` to investigate the compile flags sending to...