Hi,
This is a separate issue. Because the xAct tarball is downloaded from the internet and it's not recognized by MacOS, it gets marked with the quarantine extended attribute. Before unpacking the tarball you should remove the attribute with something like
xattr -d com.apple.quarantine xAct_1.1.5.tgz
or you can clear all attributes with
xattr -c xAct_1.1.5.tgz
Then unpack the archive and xAct should be able to use the external executable.
Cheers,
Jose.