Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ParseKit framework install path is not correct #28

Open
rayr007 opened this issue Jan 8, 2014 · 0 comments
Open

ParseKit framework install path is not correct #28

rayr007 opened this issue Jan 8, 2014 · 0 comments

Comments

@rayr007
Copy link

rayr007 commented Jan 8, 2014

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant