You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
I believe it should be @rpath/ instead of @executable_path/../Frameworks/
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.
The text was updated successfully, but these errors were encountered: