SolaWing / xcode-build-server

a build server protocol implementation for integrate xcode with sourcekit-lsp
MIT License
283 stars 16 forks source link

No symbols from xcframework #25

Closed konrad1977 closed 7 months ago

konrad1977 commented 7 months ago

We have a shared xcframework but I get no auto completion from that.

SolaWing commented 7 months ago

does it work in xcode?does .compile file record same flags as xcode build log output?

if possible,can you provide a minimum reproducible project?

konrad1977 commented 7 months ago

I Found out that this was an emacs issue. For some reason Eglot (LSP-server client) thinks that the project root is up one level. Just moving the files up worked.