Skip to main content
Participant
September 25, 2024
Answered

How to publish the AE Plugin on Mac

  • September 25, 2024
  • 1 reply
  • 3898 views

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.

This topic has been closed for replies.
Correct answer jamesastro

You probably need to notarize your plugin. Here's another thread that discusses it:

 

https://community.adobe.com/t5/after-effects-discussions/notarizing-an-adobe-after-effect-c-plugin/m-p/11613800

1 reply

jamesastroCorrect answer
Inspiring
September 25, 2024

You probably need to notarize your plugin. Here's another thread that discusses it:

 

https://community.adobe.com/t5/after-effects-discussions/notarizing-an-adobe-after-effect-c-plugin/m-p/11613800