Closed exhtml closed 4 years ago
Hi @exhtml, Xcode is required for compiling the tmignore
Swift code on your machine. Homebrew downloads the Git repo (not the binary) and builds it locally. You should be able to remove Xcode once tmignore
has been installed.
I'm not sure if Swift is included in xcode-select
and if that tool would be sufficient to build the binary. But unfortunately, it's not currently possible to specify xcode-select
as a dependency for a Homebrew formula.
You can now download a pre-built binary from the Releases page.
Good news! Thank you very much for your work! Hope you are well, I'll give it a try. Cheers!
El vie., 10 abr. 2020 12:07, Samuel Meuli notifications@github.com escribió:
You can now download a pre-built binary from the Releases https://github.com/samuelmeuli/tmignore/releases page.
— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/samuelmeuli/tmignore/issues/4#issuecomment-611969291, or unsubscribe https://github.com/notifications/unsubscribe-auth/AA6MMVMNX5QZD6N5K2MWX3DRL3VURANCNFSM4KWA3AXA .
Hi! I found very useful your tool and I wanted to give it a try but when I try to install it:
brew install samuelmeuli/tap/tmignore
Homebrew throws this error:A full installation of Xcode.app 10.0 is required to compile this software. Installing just the Command Line Tools is not sufficient.
Am I doing something wrong or truly I need to have full Xcode installed in order tu install and run tmignore? I'm using MacOSX Mojave. Thank you very much for your help!