Re: App linked on Leopard not starting on Tiger
Re: App linked on Leopard not starting on Tiger
- Subject: Re: App linked on Leopard not starting on Tiger
- From: Peter O'Gorman <email@hidden>
- Date: Sat, 10 Oct 2009 09:01:48 -0500
On 10/08/2009 06:57 AM, Oliver Demetz wrote:
But the app does not start there saying
dyld: Library not loaded libsglmac-2.29.0.0
Reason Image not found
Looks like dyld is looking for a file named "libsglmac-2.29.0.0" without
a path or extension. If you have correctly set the install_name in all
the binaries, it should be looking for
"@executable_path/../Frameworks/libsglmac-2.29.0.0.dylib".
On your leopard machine, you have a libsglmac-2.29.0.0 in one of the
default search paths (/usr/lib /usr/local/lib $HOME/lib), so it "works"
there.
As others have suggested, run otool -L on the mach-o files in your
bundle to check that all paths are correct.
Peter
--
Peter O'Gorman
http://pogma.com
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden