dylib problem
dylib problem
- Subject: dylib problem
- From: Lloyd Dupont <email@hidden>
- Date: Thu, 20 Mar 2003 10:55:25 +1100
I have created a dynamic library (.dylib file)
I try to use it in another project.
my other project compiles and links fine.
but always failed to execute with the following cryptic error:
dyld: /Users/lloyd/dev/Audit/un/build/un can't open library:
@executable_path/../Frameworks/libHIDUtilities.dylib (No such file or
directory, errno = 2)
un has exited due to signal 5 (SIGTRAP).
I have tried to copy my .dylib in my app directory, into
/System/Library/Framework, nothing work ...
any ideas ?
_______________________________________________
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.