Adding dylib to Xcode
Adding dylib to Xcode
- Subject: Adding dylib to Xcode
- From: Sing Li <email@hidden>
- Date: Fri, 12 Mar 2004 12:54:09 -0500
Hi all,
I would like to know how to add a dynamic library (example:
libACE.dylib) to the xcode?
Do I treat like it like a framework (add -> existing frameworks...)?
I am getting error like this, "NSMovie_Example:0: can't locate file
for: -lACE" when I tried to build the Cocoa application.
With shell I can export DYLD_LIBRARY_PATH to solve the problem.
What should I do with xcode?
thanks and regards,
Sing
_______________________________________________
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.