i am building an android project with Bitrise. i am running a bash script that resize the app icon with "sips" command. locally everything is working fine, but when i am running on Bitrise build i got an error: ./Android/android-icons-generator.sh: line 32: sips: command not found
any idea why the sips command is not found? thanks for your help !!