Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

robcfg

1
Posts
21
Followers
14
Following
A member registered Jun 10, 2020 · View creator page →

Creator of

Recent community posts

This could be due to the quarantine system.

Try this on a terminal: xattr -l /path/to/application/applicationName.app

If it shows some quarantine related flag, you can remove them with:

xattr -d com.apple.quarantine /path/to/application/applicationName.app


Hope this helps!