Re: Indexing broken for one project

2022-02-14 Thread Alex Zavatone via Cocoa-dev
In my work MacBook on Monterey 12.1, /private is read only, but /tmp still is writeable. I just create a folder there as a test. That aside, if there’s anything I’ve learned in the week or two since I’ve been using Xcode, it’s “don’t do what it doesn’t expect you to do”. That includes to

Re: Indexing broken for one project

2022-02-14 Thread Gabriel Zachmann via Cocoa-dev
> > In Monterey, /tmp is now only writeable by root. It is? I have been storing temp files in /tmp all my life (output from all kinds of programs), and did not notice a change when upgrading to Monterey. /Users/zach% cd /tmp /private/tmp% ls -ld . drwxrwxrwt 17 root wheel 544 Feb 14 12:00