Question: trying Amethyst and failing at gfx-rs

Hello Amethystians :purple_circle: :gem: (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.

  1. 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'

  2. 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

  3. 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?

This topic was automatically closed 90 days after the last reply. We invite you to open a new topic if you have further questions or comments.