SolaWing / xcode-build-server

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

Requested but did not find extension point with identifier Xcode.InterfaceBuilderBuildSupport.PlatformDefinition #37

Closed NoamEfergan closed 2 months ago

NoamEfergan commented 3 months ago

getting the same error for all projects. what am i missing?

lelonco commented 2 months ago

https://github.com/SolaWing/xcode-build-server/issues/29 I received a similar warning. It doesn't seem to be critical, just a warning

SolaWing commented 2 months ago

this warnning come from xcodebuild -showBuildSettings. it doesn't affect any function. If you can't make lsp works, please verify you set BuildServer and build correctly from Readme

NoamEfergan commented 2 months ago

Will do, probably a "me" issue than . Thanks!