po wykonaniu sugestii w odpowiedzi @septerr nadal nie mogłem zainstalować carthage przez homebrew ... po pewnym googleingu znalazłem to: Gist https://gist.github.com/dalegaspi/7d336944041f31466c0f9c7a17f7d601
W każdym razie ... mam to:
Error: An unexpected error occurred during the 'brew link' step The formula built, but is not symlinked into /usr/local Permission denied @ dir_s_mkdir - /usr/local/Frameworks Error: Permission denied @ dir_s_mkdir - /usr/local/Frameworks
zrobił to:
sudo chown -R $(whoami) $(brew --prefix)/*
i
sudo install -d -o $(whoami) -g admin /usr/local/Frameworks
po tym był w stanie pomyślnie zainstalować Kartaginę