Re: Problem exposing class in Dynamic Library...
Re: Problem exposing class in Dynamic Library...
- Subject: Re: Problem exposing class in Dynamic Library...
- From: Jens Alfke <email@hidden>
- Date: Fri, 5 Mar 2010 15:53:21 -0800
On Mar 5, 2010, at 2:41 PM, Doug Wetherill wrote: - Used XCODE to create a "Command Line Tool" of type "Foundation" (TestApp).
- Added code to access MDWTestClass (a component of TestLib).
- Modified TestApp's "Target Info":
- Added "../TestLib" to "Header Search Paths".
- Added "~/lib ../TestLib/Build/Debug" to "Library Search Paths".
- TestApp compiles but fails to build.
Did you add TestLib.dylib to the tool's target? Otherwise it won't know to link against the library.
—Jens |
_______________________________________________
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