nightmare666 / google-breakpad

Automatically exported from code.google.com/p/google-breakpad
0 stars 0 forks source link

Library not loaded: @executable_path/../Frameworks/Versions/A/Breakpad #363

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
I'm trying to use Breakpad from loadable bundle. I need to use this 
scenario, because I'm building SIMBL plugin which is loaded into target app 
dynamically.

The trouble is @executable_path usage in Breakpad project. Breakpad 
should use @loader_path instead.

Please read detailed analysis of the problem here:
http://lapcatsoftware.com/blog/2007/08/11/embedding-frameworks-in-
loadable-bundles

Here are changes I did to make it work in my scenario:
http://gist.github.com/284540

Thanks for Breakpad!

Original issue reported on code.google.com by antonin....@gmail.com on 23 Jan 2010 at 11:19