I suddenly can't save any files in any of my Xcode projects in my home directory. Not sure what caused this. Here's the error I'm receiving:
I don't think Xcode is correct, since I am the owner of -- and have read+write permissions on -- the affected files.
A few other fun facts:
sudo /Developer/Applications/Xcode.app/Contents/MacOS/Xcode
) does allow me to edit these files.chown
, chmod -R 755
, etc. on the directory containing my projects doesn't help.Thoughts? Hopefully I'm just missing something simple.
Looks like I had netbiosd blocked in my firewall configuration. After unblocking it and restarting my computer, the issue seems to be resolved.