XMPMeta is not defined on ILST 28.7.1 on MacOS #515
As of ILST 28.7.1 on MacOS, XMPMeta has stopped working. However, it works fine on:
- ILST 28.7.1 on Windows
- ILST 28.6 on MacOs
The issue also exists on ILST (Beta) 29.1 on MacOs.
Example code:
```
if (!ExternalObject.AdobeXMPScript) {
ExternalObject.AdobeXMPScript = new ExternalObject('lib:AdobeXMPScript');
}
const xmp = new XMPMeta(app.activeDocument.XMPString); // throws XMPMeta does not have a constructor
```
16
votes
Daniel Kremniov
shared this idea
We have fixed this issue in 29.0 and 28.7.2 releases.
-
Brian Kimball commented
Agreed with monokano, How is this not also a patch fix for v28?
-
monokano commented
The bug fix must be applied in v28, not in v29. This is extremely important.
--
バグ修正はv29ではなくv28でしなければいけません。これは極めて重要なことです。