After running sudo ln -s `which npm` /usr/local/bin, I think you need to run npm install from Server to be able to build the app. The later step is not described in the DEVELOPMENT.md
Versions
- Copilot for Xcode: latest
- Xcode: 16.0.0
- macOS: 14.6.1
- Node: v16.10.0
Steps to reproduce
- Clone the repo
- Make sure
sudo ln -s `which npm` /usr/local/bin has been run
- Build the app
Screenshots

Logs
env: node: No such file or directory
cp: Server/node_modules/@github/copilot-language-server/native/darwin-arm64/copilot-language-server: No such file or directory
Command PhaseScriptExecution failed with a nonzero exit code
After running
sudo ln -s `which npm` /usr/local/bin, I think you need to runnpm installfromServerto be able to build the app. The later step is not described in the DEVELOPMENT.mdVersions
Steps to reproduce
sudo ln -s `which npm` /usr/local/binhas been runScreenshots

Logs
env: node: No such file or directory
cp: Server/node_modules/@github/copilot-language-server/native/darwin-arm64/copilot-language-server: No such file or directory
Command PhaseScriptExecution failed with a nonzero exit code