I had the same problem. First document saves work but subsequent saves fail. 
ACLs or strange file attributes seem to be the problem.

My solution was found in this post on the Apple forums
https://discussions.apple.com/message/25640397#25640397 
<https://discussions.apple.com/message/25640397#25640397>

This should be considered a last resort solution as it essentially unlocks (as 
in Finder ‘Lock’) and resets all permissions and ACLs for your user folder.

However, it did fix the problem for me.

Paste into terminal:

{ sudo chflags -R nouchg,nouappnd ~ $TMPDIR..; sudo chown -R $UID:staff ~ $_; 
sudo chmod -R u+rwX ~ $_; chmod -R -N ~ $_; } 2>&-

It can take a little while, depending on the number of files in your home 
folder.

Joe
 _______________________________________________
Do not post admin requests to the list. They will be ignored.
Quartzcomposer-dev mailing list      (Quartzcomposer-dev@lists.apple.com)
Help/Unsubscribe/Update your Subscription:
https://lists.apple.com/mailman/options/quartzcomposer-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com

Reply via email to