arc diff(Arcanist) failing with env: php: No such file or directory

2.3k Views Asked by At

After upgrading to macOS Monterey Arcanist commands like arc diff are failing with the following error

env: php: No such file or directory
1

There are 1 best solutions below

0
Gaurav Jain On BEST ANSWER

Step1

brew install [email protected]
ln -s /usr/local/opt/[email protected]/bin/php /usr/local/bin/php

if u get an error on the step 1 run this

xcode-select --install