问题描述
我的头撞墙有一段时间了.我的 Xcode 项目在重构时出了点问题,拒绝构建.我已经消除了所有其他错误,除了最后一个链接时间错误:
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
我有 AudioUnit 标头,AudioUnit.framework 像以前一样包含在我的项目中(目标 > 获取信息 > 常规 > 链接库 > + ),但我不知道为什么它现在不起作用.AudioToolbox.framework 也包括在内.
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.
推荐答案
去掉AudioUnit.framework,添加CoreAudio.framework
Remove AudioUnit.framework and add CoreAudio.framework
这篇关于找不到框架 AudioUnit的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!