Re: Newbie Q: SenTestCase linking problem
Re: Newbie Q: SenTestCase linking problem
- Subject: Re: Newbie Q: SenTestCase linking problem
- From: Chris Hanson <email@hidden>
- Date: Wed, 14 Nov 2007 09:05:44 -0800
On Nov 14, 2007, at 4:05 AM, Tom Davies wrote:
Undefined symbols:
".objc_class_name_Eddy", referenced from:
literal-pointer@__OBJC@__cls_refs@Eddy in TestEddy.o
ld: symbol(s) not found
collect2: ld returned 1 exit status
".objc_class_name_Eddy", referenced from:
literal-pointer@__OBJC@__cls_refs@Eddy in TestEddy.o
ld: symbol(s) not found
collect2: ld returned 1 exit status
Build failed (1 error)
What have I done wrong?
You need to link your test bundle against your library. Target
dependencies are orthogonal to linking.
-- Chris
_______________________________________________
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