Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

How to publish the AE Plugin on Mac

Community Beginner ,
Sep 24, 2024 Sep 24, 2024

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.

TOPICS
Error or problem , Expressions , FAQ , How to , SDK
3.9K
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines

correct answers 1 Correct answer

Participant , Sep 24, 2024 Sep 24, 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

Translate
Participant ,
Sep 24, 2024 Sep 24, 2024
LATEST

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...

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines