Copy link to clipboard
Copied
I have a script that loads an external library as follows:
if(typeof PCDesEO == 'undefined' ) {
var libFilename = "/Library/Frameworks/PCDesEO.framework";
PCDesEO = new ExternalObject("lib:" + libFilename);
};
It works fine in CS5, but when I upgraded to CC, the "new ExternalObject" line fails with an I/O Error (error 52).
Any thoughts?
Thanks,
Anurag.
Copy link to clipboard
Copied
I am now getting the same error with a newer version of Xcode, but sticking with CS5. (BTW, the CC problem is still not solved) Are there any Adobe Customer Supports watching these forums? Looks like there are a couple of other people getting similar errors.
Any help will be appreciated.
Copy link to clipboard
Copied
Is your Framework support 64bit architecture?
Illustrator CC dosen't support 32bit framework.
Ten
Find more inspiration, events, and resources on the new Adobe Community
Explore Now