• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: How do I find this compile error?
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: How do I find this compile error?


  • Subject: Re: How do I find this compile error?
  • From: Julien Jalon <email@hidden>
  • Date: Thu, 23 Apr 2009 20:24:53 +0200

I think Bill was meaning "QuartzCore" framework (for CoreAnimation) and not CoreAudio :-)

--
Julien from his iPhone

Le 23 avr. 2009 à 20:17, Bill Bumgarner <email@hidden> a écrit :

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__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 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 (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
_______________________________________________

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


References: 
 >How do I find this compile error? (From: James Cicenia <email@hidden>)
 >Re: How do I find this compile error? (From: Bill Bumgarner <email@hidden>)

  • Prev by Date: Re: How do I find this compile error?
  • Next by Date: Re: NSButtonCell binds only readonly; Non-bool bindings OK.
  • Previous by thread: Re: How do I find this compile error?
  • Next by thread: Re: How do I find this compile error?
  • Index(es):
    • Date
    • Thread