Folks;
I went back to a project that I haven't opened for a week or so.
I changed a simple debug testing flag in one .m file and tried to compile.
XCode shows an alert sheet telling me the .m file cannot be saved.
In the console I find this:
4/5/10 11:59:40 PM Xcode[18901] AppKit called rmdir("/Volumes/XYZ/.TemporaryItems/folders.502/TemporaryItems/(A Document Being Saved By Xcode)"), it didn't return 0, and errno was set to 66.
I've checked read/write privs on the project directory -> they're fine.
I then removed the folders.502 manually.
Rebooted XCode - same result and it re-created the folders.502 fileā¦.
What's up?
Steve