Re: How do I find this compile error?
Re: How do I find this compile error?
- Subject: Re: How do I find this compile error?
- From: Randall Meadows <email@hidden>
- Date: Thu, 23 Apr 2009 12:18:31 -0600
On Apr 23, 2009, at 12:09 PM, James Cicenia wrote:
Undefined symbols:
"_kCATransactionDisableActions", referenced from:
_kCATransactionDisableActions$non_lazy_ptr in
AudioViewController.o
"_OBJC_CLASS_$_CALayer", referenced from:
__objc_classrefs__DATA@0 in AudioViewController.o
"_OBJC_CLASS_$_CATransaction", referenced from:
__objc_classrefs__DATA@0 in AudioViewController.o
ld: symbol(s) not found
collect2: ld returned 1 exit status
That's not a compile error, that's a link error. Did you add
QuartzCore.framework to your project?
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden