The Mac app in the day 6 download wouldn't run for me. No error when I double clicked it, it just didn't launch. I went into terminal and tried to open it, and got this:
"LSOpenURLsWithRole() failed with error -10810 for the file /Users/xxxxxxx/Desktop/torrents/es/EcchiSensei-Day_5-market/EcchiSensei.app"
I did some web searching, and found a page that said it could be because of a quarantine. Run this command to see:
xattr -l EcchiSensei.app
This is what I got:
com.apple.quarantine: 00c1;5c11edf1;Firefox.app;
To fix it, I ran this:
xattr -dr com.apple.quarantine EcchiSensei.app
That removed the quarantine and then the app would launch.