CEP Plugin : IOError when loading PlugPlugExternalObject in 20.4
Hello,
We have an InDesign plugin on the marketplace and all our MacOS users who updated to Indesign 20.4 has an error at plugin launch "IOError: I/O error".
The error comes from this line that has been in the plugin for 8 years without any issue:
xLib = new ExternalObject("lib:\PlugPlugExternalObject");
From what I found, this is still the standard way to load this library.
I've tried to remove the \ but it did not change anything, at least when building locally.
Does anyone else have the same issue since the update ?
Is it a known issue ?
