我正在尝试在我的应用程序中使用FMOD示例应用程序“dsp_effectperspeaker”。但我得到错误
dyld: Library not loaded: @loader_path/../Frameworks/libfmodex.dylib
Referenced from: /Users/asimahmed/Library/Application Support/iPhone Simulator/User/Applications/AF942B1F-A2CB-42D7-B878-47F3F7D51CAF/ChannelSound.app/ChannelSound
Reason: image not found
我用谷歌搜索并找到了这个http://brockwoolf.com/blog/how-to-use-dynamic-libraries-in-xcode-31-using-fmod
但错误仍然存在。
乌斯曼
答案 0 :(得分:1)
答案 1 :(得分:0)
这个tutotual descibe如何包含库: http://www.sundh.com/blog/2011/08/set-up-fmod-for-iphone-in-xcode/