I'm trying XCode4. I created a new project, told XCode to put in my ~/develop/ directory, but then I immediately get asked:
“Test project” is locked for editing and you may not be able to save your changes. Do you want to unlock it?
“Test project” is currently locked because you do not own the parent folder and have no write permissions for it.
[Don't Unlock] [Unlock]
...which isn't true: my ~/develop/ folder is owned by me (staff group) and has drwxr-xr-x permissions. I write to it every day. XCode is running as my account.
Is XCode right? What can I do to fix this? If I press “Don't Unlock” it seems to work fine.
ls -led ~/develop/- show - the extra information is the ACL for the directory – Mark Jul 5 '12 at 23:15