strohne / Facepager

Facepager was made for fetching public available data from YouTube, Twitter and other websites on the basis of APIs and webscraping.
https://github.com/strohne/Facepager/releases
505 stars 198 forks source link

Cannot open the app Version 4.3.10/4.4.0 on Mac #170

Closed gerickt closed 2 years ago

gerickt commented 2 years ago

Hi guys, im new in facepager... when i try to open any version of Facepager i get this message:

"Facepager.app" is damaged and can't be opened. You should move ir to the Trash.

Any help?, thanks

gerickt commented 2 years ago

temporarily solved using: xattr -cr /Applications/Facepager.app and relunch Facepger

strohne commented 2 years ago

Interesting, what's the purpose of xattr -cr (I'm not a Mac user, therefore building Facepager for Mac challenges me every time).

gerickt commented 2 years ago

I'm not really sure, I'm not dev. But with other unsigned apps, I solved it with the xattr command that cleaning associated pairs of files and directories. There is more information here: https://man7.org/linux/man-pages/man7/xattr.7.html

strohne commented 2 years ago

I guess this comes from the security mechanisms of mac. Since we don't sign the app (had no time yet), you explicitly have to allow unsigned apps. I'll put signing the app onto my bucket list.