Runtime dylib problem
Runtime dylib problem
- Subject: Runtime dylib problem
- From: Chris Backas <email@hidden>
- Date: Sat, 23 Aug 2003 18:20:32 -0700
Hello all,
I have an application which is using a few dylibs I've built as another project. I have PB copying them into my application's Resource directory during build.
The problem is, it appears that there's a hardcoded path to the original location for these dylibs. When I run my application, I get console messages like this:
Gemini /Volumes/Data Repository/Development/TestApp/build/TestApp.app/Contents/MacOS/TestApp: objc: Both /Volumes/Data Repository/Development/JavaAssist/build/libFullscreenHelper.dylib and /Volumes/Data Repository/Development/TestApp/build/TestApp.app/Contents/Resources/libFullscreenHelper.dylib have implementations of class FullscreenHelper.
Gemini /Volumes/Data Repository/Development/TestApp/build/TestApp.app/Contents/MacOS/TestApp: objc: Using implementation from /Volumes/Data Repository/Development/TestApp/build/TestApp.app/Contents/Resources/libFullscreenHelper.dylib.
It uses the correct copy, but ONLY if the incorrect copy is present; the application won't launch at all on another machine claiming it can't find this library. This behavior is pretty ridiculous, but I can't find a setting anywhere that glares at me, so I'm wondering what it is I'm overlooking.
Thanks for any help!
Chris Backas
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.