Post Build Shell Script - permission denied

Hello,
this is my first time I try to use in Projucer option “Post Build Shell Script”. But with no success.

I need to run some commands that I normally run in the Terminal (OSX). So I tried to paste exact command in the window marked “Post Build Shell Script”

But I got error that says:
Command not found
Command PhaseScriptExecution failed with a nonzero exit code

But of course when I run command in Terminal then everything is fine. So I don’t know why compiler says that command is not found. Maybe it has something to do that this is command used by homebrew application.

So I tried to create *.sh file and paste the path to that file.
But then I get error:
Permission denied
Command PhaseScriptExecution failed with a nonzero exit code

So have you got any example how to use script after build?
For help great thanks in advance.

Best Regards

I’m seeing the same thing too.