Skip to content

ParseKit framework install path is not correct #28

@rayr007

Description

@rayr007

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions