Weird XCode problem

I’m working on an Automator Action using ASOC. When I run it, I’m getting this error:

That gradient.eps document was a file I was working with a few days ago - the last time I was doing any work on this. It’s not in my workflow - I don’t even have the document anymore! If I take the same actions to a different user account, things run fine. I’ve tried deleting Automator and Xcode plists, but so far nothing’s working.

Anyone got any ideas?

Thanks

–Ben

it sounds like there is a property saved with that file path. Does your app save properties to it’s own preferences/plist? Is there supposed to be a file open dialog where you pick this file… but now it’s not opening, or the method isn’t overwriting the old path?
I don’t think it’s a hard problem to solve, but you’ll need to trace back through your app to find where this gets set. We would need to see the whole code to know what’s going on.