Skip to content

Instantly share code, notes, and snippets.

@ashfurrow
Created February 20, 2012 00:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ashfurrow/1866800 to your computer and use it in GitHub Desktop.
Save ashfurrow/1866800 to your computer and use it in GitHub Desktop.
Problem starting Aperture Plugin
12-02-19 7:25:36.776 PM Aperture: Error loading /Users/ash/Library/Application Support/Aperture/Plug-Ins/Export/500px Aperture Uploader.ApertureExport/Contents/MacOS/500px Aperture Uploader: dlopen(/Users/ash/Library/Application Support/Aperture/Plug-Ins/Export/500px Aperture Uploader.ApertureExport/Contents/MacOS/500px Aperture Uploader, 265): Library not loaded: @executable_path/../Frameworks/Growl.framework/Versions/A/Growl
Referenced from: /Users/ash/Library/Application Support/Aperture/Plug-Ins/Export/500px Aperture Uploader.ApertureExport/Contents/MacOS/500px Aperture Uploader
Reason: image not found
This *same* error message persists even if I switch the linker argument to use @loader_path instead of @executable_path (that is, the "Library Not Loaded:" result is the exact same.
The library it's looking for is, in fact, where it is looking for it. Very strange.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment