Photoshop document save on Mac throws Error : The document has not yet been saved.
Hi,
I have a very simple script that would save the changes in a PS document. The script is as practically as mentioned below :
if(app && app.activeDocument) {
app.activeDocument.save();
}
This was working fine. But all of a sudden, I started getting the error - Error : The document has not yet been saved. The file on which I am trying to run the script is located in /Users/qa/Documents/sample.psd. The file is already saved on disk and am running the script after making some changes to the file. I am using the Photoshop CC 2014 and Mac OS X version 10.10. This is a show-stopper for me and I need to resolve this urgently. Looking forward to any help.
Thanks in advance.
