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
Has there been any progress on this issue? Or is there a recommended workaround to switch the @executable_path references to @loader_path? I'm using py2app to build a plugin, which breaks when imported into Xcode since the @executable_path differs when referring to frameworks used by the plugin. I would very much appreciate support for this.
Original report by Ronald Oussoren (Bitbucket: ronaldoussoren, GitHub: ronaldoussoren).
Since at least OSX 10.5 dyld has supported the @loader_path and @rpath special prefixes for the installed name in library dependencies.
Macholib needs to support those in rewrites and while looking for libraries (macholib.dyld)
The text was updated successfully, but these errors were encountered: