parsekit icon indicating copy to clipboard operation
parsekit copied to clipboard

ParseKit framework install path is not correct

Open rayr007 opened this issue 12 years ago • 0 comments

I believe it should be @rpath/ instead of @executable_path/../Frameworks/

  • this says I am on the run path instead of I am explicitly at this location relative to the main executable
  • I ran into this issue when building a quick look generator plugin. I need to be relative to my plugin (@loader_path) rather than the quick look daemon (@executable_path).

Then, any application or plugin or other bundle using in should set it's Runpath search paths to @loader_path/../Frameworks or wherever else it wants to search. This way, the ParseKit framework will work in both executables and plugins.

rayr007 avatar Jan 08 '14 19:01 rayr007