How to publish the AE Plugin on Mac
I developed a AE plugin using Xcode in the Mac platform. it work fine on my Macbook pro.
But when I copy the product "MyPlugin.plugin" to other Mac, it doesn't work.
It always come this error, when AE launch:
Error loading /Applications/Adobe After Effects 2023/Plug-ins/MyPlugin.plugin/Contents/MacOS/MyPlugin (87): dlopen(/Applications/Adobe After Effects 2023/Plug-ins/MyPlugin.plugin/Contents/MacOS/MyPlugin, 0x0106): tried: '/Applications/Adobe After Effects 2023/Plug-ins/MyPlugin.plugin/Contents/MacOS/MyPlugin' (code signature in <XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXX> '/Applications/Adobe After Effects 2023/Plug-ins/MyPlugin.plugin/Contents/MacOS/MyPlugin' not valid for use in process: library load disallowed by system policy), '/System/Volumes/Preboot/Cryptexes/OS/Applications/Adobe After Effects 2023/Plug-ins/MyPlugin.plugin/Contents/MacOS/MyPlugin' (no such file), '/Applications/Adobe After Effects 2023/Plug-ins/MyPlugin.plugin/Contents/MacOS/MyPlugin' (code signature in <XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXX> '/Applications/Adobe After Effects 2023/Plug-ins/MyPlugin.plugin/Contents/MacOS/MyPlugin' not valid for use in process: library load disallowed by system policy)What's the signature requirement for plugin release?
Thanks in advance.
