0

I get the following error when attempting to install something via brew:

$~:brew install carthage
Error: Failure while executing: /usr/bin/otool -L /usr/bin/install_name_tool
$~:

How do I resolve this?

bfontaine
  • 18,169
  • 13
  • 73
  • 107
Frederick C. Lee
  • 9,019
  • 17
  • 64
  • 105

1 Answers1

0

Cause: path included 'xcode.app'; but am using 'xcode-beta.app'.
Solution: renamed 'xcode-beta.app' to 'xcode.app'.

Frederick C. Lee
  • 9,019
  • 17
  • 64
  • 105