SolaWing / xcode-build-server

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

when I run Xcode-build-server, there is a problem : Requested but did not find extension point with identifier Xcode.InterfaceBuilderBuildSupport.PlatformDefinition #29

Closed 0xnofoot closed 4 months ago

0xnofoot commented 5 months ago

test  xcode-build-server config -scheme test -project test.xcodeproj 2023-12-16 15:26:47.072 xcodebuild[98951:6786614] Requested but did not find extension point with identifier Xcode.InterfaceBuilderBuildSupport.PlatformDefinition find root: /Users/nofoot/Library/Developer/Xcode/DerivedData/test-fzbkifohhgxgrrgkozifedysolbm updated buildServer.json

test  xcodebuild -version Xcode 15.0.1 Build version 15A507

SolaWing commented 5 months ago

xcode-build-server config call xcodebuild -showBuildSettings to figure out xcode build root dir. since it not affect root output, seems It just a warnninng and does not have any real issue. you can check if build server generated. and after build from xcode gui, lsp should work

0xnofoot commented 4 months ago

thank you for your answer very much