Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
brew で何かをインストールしようとすると、次のエラーが表示されます。
$~:brew install carthage Error: Failure while executing: /usr/bin/otool -L /usr/bin/install_name_tool $~:
これを解決するにはどうすればよいですか?
原因:パスに「xcode.app」が含まれています。しかし、「xcode-beta .app」を使用しています。 解決策:「xcode-beta.app」の名前を「xcode .app」に変更しました。