I was able to get this extension working with my macOS app XCode project using https://github.com/SolaWing/xcode-build-server. Setup only required generating a buildServer.json using:
brew install xcode-build-server
xcode-build-server config -workspace *.xcodeproj/project.xcworkspace -scheme Debug
But it took a ton of digging to find this tool. Ideally, documentation should surface it.
I was able to get this extension working with my macOS app XCode project using https://github.com/SolaWing/xcode-build-server. Setup only required generating a
buildServer.jsonusing:brew install xcode-build-server xcode-build-server config -workspace *.xcodeproj/project.xcworkspace -scheme DebugBut it took a ton of digging to find this tool. Ideally, documentation should surface it.