0

I am trying to install Infer, a static analysis tool developed by Facebook. I tried following the tutorial for Mac at this link: https://fbinfer.com/docs/getting-started/. I used the "brew install infer" command, however, I keep getting the following error:

Error: infer: no bottle available!
You can try to install from source with:
brew install --build-from-source infer
Please note building from source is unsupported. You will encounter build
failures with some formulae. If you experience any issues please create pull
requests instead of asking for help on Homebrew's GitHub, Twitter or any other
official channels.

I don't know what I'm doing wrong since I just followed the instruction. Please help! Thank you

Gino Mempin
  • 25,369
  • 29
  • 96
  • 135

1 Answers1

0

Please take a look at my modified brew formula to install it on macOS 12 + Apple Silicon. It works using commit 5fd2f95 (HEAD) and not v1.1.0.

T1T4N
  • 191
  • 2
  • 4