Hello Amethystians
(that's supposed to be a purple gem)....
As the title says, I tried to install the starter project of Amethyst and I get the gfx-rs error.
-
I changed vulkan to metal in the features and ran
sudo xcode-select --switch /Applications/Xcode.app/Contents/Developer
I got:
xcode-select: error: invalid developer directory '/Applications/Xcode.app/Contents/Developer'
-
When googling it, I read that I should install xcode, but xcode is already installed:
$xcode-select --install
xcode-select: error: command line tools are already installed, use "Software Update" to install updates
-
So I tried:
$where xcode-select
/usr/bin/xcode-select
So it's definitly there somewhere.
4. At which point I have no idea what I am doing. Does anyone have some patience for xcode guidance?