Open btx-systems opened 4 months ago
Do you have Xcode installed? If you have Xcode and you're still getting this error, it could be in a non-standard location. What's the output of xcode-select -p
, and does the output location exist? If not, try sudo xcode-select -s /path/to/Xcode.app
.
I had this issue. It was resolved by
sudo xcode-select -s /Applications/Xcode.app/Contents/Developer
I am trying to run the example provided in the repo. However I am facing an issue when running
npm run install
I saw that there was a previous issue #29 with a similar error and I have tried running
sudo xcode-select --reset
but this did not work. Here is the console output of runningnpm run install
I am on MacOS 15 Beta 2 with swift 6.0