I am leaving this for future reference.
When trying to install Tidal on MacOS < 10.5 if you get the error:
ld: -rpath can only be used when targeting Mac OS X 10.5 or later clang: error: linker command failed with exit code 1 (use -v to see invocation) `gcc' failed in phase `Linker'. (Exit code: 1)
update Command line tools with:
sudo rm -rf /Library/Developer/CommandLineTools
sudo xcode-select --install