Hacker News new | ask | show | jobs
by ReverseCold 2817 days ago
You open the parent project directory, right? That's how the file access controls work in MacOS. Sandboxed apps can't read files outside their sandbox until the user opens the directory/file in the file picker at least once. (Or something similar, I can't seem to find a source on that...)
1 comments

Ah, ok. Makes more sense this way.