Skip to main content
Participant
December 2, 2021
Answered

Premiere Pro won't load my plugin

  • December 2, 2021
  • 2 replies
  • 1365 views

Hello,

I'm developing an importer plugin for Premiere Pro. It works fine if I run Premiere through the Xcode debugger, but when I try and run Premiere Pro from Applicaitons (e.g. stand alone), the plugin doesn't load. When running from Xcode, the"Plugin Loading.log" shows:

Loading /Library/Application Support/Adobe/Common/Plug-ins/7.0/MediaCore/nle_importer.bundle
Loading from disk...
This plugin was recognized by loader ba1058cd-0007-44e4-bf1a-0ef51307b979.


But when running stand-alone, the "Plugin Loading.log" shows:

Loading /Library/Application Support/Adobe/Common/Plug-ins/7.0/MediaCore/nle_importer.bundle
Loading from disk...
No loaders recognized this plugin, so the plugin is set to Ignore.

 I've tried both debug and release builds of the plugin, and neither works. I suspect I might have an incorrect build settings, but I'm not sure what to look for. So how can I make my plugin recognized when running Premeire Pro outside the debugger (stand-alone)?

 

Thanks,

Chad

This topic has been closed for replies.
Correct answer Bruce Bullis

Resolved: The .dylibs linked to by plug-in were mistakenly identified as being within the (PPro) executable. When debugging, XCode could find the apps (because of the references available within the plug-in's .xcodeproj), but when run outside of XCode, those .dylibs could not be found.

2 replies

Bruce Bullis
Bruce BullisCorrect answer
Legend
December 10, 2021

Resolved: The .dylibs linked to by plug-in were mistakenly identified as being within the (PPro) executable. When debugging, XCode could find the apps (because of the references available within the plug-in's .xcodeproj), but when run outside of XCode, those .dylibs could not be found.

Bruce Bullis
Legend
December 2, 2021

I sent you an email; send me your plug-in. 🙂