Ah thanks! I won't forget that next time.

Yes... core audio it was.

thanks
James

On Apr 23, 2009, at 1:17 PM, Bill Bumgarner wrote:

On Apr 23, 2009, at 11:09 AM, James Cicenia wrote:
Undefined symbols:
"_kCATransactionDisableActions", referenced from:
_kCATransactionDisableActions$non_lazy_ptr in AudioViewController.o
"_OBJC_CLASS_$_CALayer", referenced from:
    __objc_classrefs__d...@0 in AudioViewController.o
"_OBJC_CLASS_$_CATransaction", referenced from:
    __objc_classrefs__d...@0 in AudioViewController.o
ld: symbol(s) not found
collect2: ld returned 1 exit status

That isn't a compiler error, that is a linker error!

It means that you are using functionality in your application for which you haven't added the appropriate framework.

Given the errors, I'm guessing you didn't include CoreAudio.framework in your project?

b.bum


_______________________________________________

Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)

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:
http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com

Reply via email to