Pod Permission Denied

Hello Community I faced this error when I'm trying to archive the project Xcode return Pod Permission Denied in xxxxxx.sh file 'm trying to execute this manual from terminal by chmod 777 "Path/of/file" but still I stuck in ?

Any Help Please ?

Change file permission to all user group.

chmod a+x <path_to_file>
Pod Permission Denied
 
 
Q