Forum Navigation
You need to log in to create posts and topics.

Re: FB 7.0.13 beta

Posted by: fblistserve <fblistserve@...>



Rich wrote:


I am getting an error trying to open the beta.


Removing the apple quarantine meta data with xattr  in Terminal.app should solve it


To check if the quarantine meta data is present:

xattr  /Applications/yourApp.app


To remove:

sudo xattr -r -d com.apple.quarantine /Applications/yourAPP.app