作者热门文章
- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
我想在ios中播放Flac文件并从以下位置下载代码:SFBAudioEngine
我为 mac os 添加了框架,它构建成功,但是当我运行应用程序时,它崩溃并给出
dyld: Library not loaded: @rpath/dumb.framework/Versions/A/dumb
Referenced from: /Users/Library/Developer/Xcode/DerivedData/SFBAudioEngine-frrtbwxsqekjtmekpdfikqaqcsso/Build/Products/Debug/SimplePlayer.app/Contents/MacOS/SimplePlayer
Reason: image not found
当我尝试为 ios 应用程序构建时,它出现错误
Command /Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin/libtool failed with exit code 1
请帮助我运行这个应用程序。
最佳答案
看起来愚蠢的框架没有被加载。您需要确保它位于计算机上的以下路径:
@rpath/dumb.framework
并在运行您的应用程序之前确保此文件存在:
@rpath/dumb.framework/Versions/A/dumb
关于iphone - SFBAudioEngine 的编译问题,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/9059815/
我想在ios中播放Flac文件并从以下位置下载代码:SFBAudioEngine 我为 mac os 添加了框架,它构建成功,但是当我运行应用程序时,它崩溃并给出 dyld: Library not
我是一名优秀的程序员,十分优秀!