Framework not found AudioUnit

alexbw picture alexbw · Nov 18, 2009 · Viewed 16k times · Source

Been banging my head agains the wall for awhile now. My Xcode project went a little haywire while refactoring, and refused to build. I've squashed all the other errors, except one last linktime error:

Framework not found AudioUnit

I have the AudioUnit headers, the AudioUnit.framework is included in my project as it was before (Targets > Get Info > General > Linked Libraries > + ), but I cannot figure out why it does not work now. AudioToolbox.framework is also included.

Answer

Thomas Zoechling picture Thomas Zoechling · Nov 18, 2009

Remove AudioUnit.framework and add CoreAudio.framework