Edit: weird, I don’t know why I can edit it in this forum, but in the other forum, I get the 403 error…
I have Trust level 4 there, and i tried it on my own reply so permissions should not be an issue.
mkdir ~/Desktop/cards
files=(~/Library/Passes/Cards/*.pkpass/cardBackgroundCombined@2x.png)
i=0
for f in "${files[@]}"; do
i=$(( i + 1 ))
cp $f ~/Desktop/cards/$i.png
done
Thanks for the response, I just tried safe-mode with all the checkboxes checked, still happens
here are the network and console tabs, these two console tab errors show up when i trigger the error.