v2ray / homebrew-v2ray

The homebrew tap for v2ray-core.
MIT License
436 stars 89 forks source link

cannot be installed as binary package and must be built from source #21

Closed pindank closed 4 years ago

pindank commented 4 years ago

Hi

I tried to install via homebrew but seem formula is broken


Updating Homebrew...
==> Installing v2ray-core from v2ray/v2ray
==> Downloading https://github.com/v2ray/v2ray-core/releases/download/v4.25.0/v2ray-macos.zip
==> Downloading from https://github-production-release-asset-2e65be.s3.amazonaws.com/41912791/06a49580-b287-11ea-97cc-891edf5aa2b6?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=
######################################################################## 100.0%
Error: The following formula
  v2ray-core
cannot be installed as binary package and must be built from source.
Install the Command Line Tools:
  xcode-select --install```

Please help
Doublemine commented 4 years ago

It's seem that was a homebrew problem. you can do that run xcode-select --install. If that doesn't fix it, Run brew doctor and check output.

pindank commented 4 years ago

Yes Its solve with xcode-select --install