On Sale: GamesAssetsToolsTabletopComics
Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

maxwindiff

2
Posts
1
Following
A member registered Jun 07, 2020

Recent community posts

For some reason this didn't work for me :(

% xattr -d com.apple.quarantine PixelComposer.app
xattr: [Errno 1] Operation not permitted: 'PixelComposer.app'

Tried running the command with sudo, but no luck either.

But I found another workaround -- I was able to execute the `Contents/MacOS/PixelComposer` program inside the .app folder directly. I've posted the full command in a top level comment below.

(1 edit)

Found a working workaround on MacOS Sonoma 14.5 (23F79). Saving / loading seems fine.

cd Downloads/PixelComposer\ 1.16.0.3m/PixelComposer.app  # or drag the app icon into the terminal
./Contents/MacOS/PixelComposer 

Note that you have to `cd` into the directory then run the program. Running the full path to the program outside the .app folder causes it to fail to find some resource files.