Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Framework not found AudioUnit

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.

like image 329
alexbw Avatar asked Nov 18 '09 14:11

alexbw


1 Answers

Remove AudioUnit.framework and add CoreAudio.framework

like image 122
Thomas Zoechling Avatar answered Oct 06 '22 08:10

Thomas Zoechling