IBDecodable / IBLinter

A linter tool for Interface Builder
MIT License
950 stars 40 forks source link

Brew installation problem #60

Closed igorkulman closed 5 years ago

igorkulman commented 5 years ago

Trying to install from brew using brew install IBDecodable/homebrew-tap/iblinter I am getting

==> Tapping ibdecodable/tap
Cloning into '/usr/local/Homebrew/Library/Taps/ibdecodable/homebrew-tap'...
remote: Enumerating objects: 3, done.
remote: Counting objects: 100% (3/3), done.
remote: Compressing objects: 100% (2/2), done.
remote: Total 3 (delta 0), reused 1 (delta 0), pack-reused 0
Unpacking objects: 100% (3/3), done.
Tapped 1 formula (26 files, 20.9KB).
==> Installing iblinter from ibdecodable/tap
Error: Xcode alone is not sufficient on High Sierra.
Install the Command Line Tools:
  xcode-select --install

Xcode command line tools are installed.

kateinoigakukun commented 5 years ago

@igorkulman You can install after execute xcode-select --install 👍