markdown openFrameworks中的HAP链接器错误

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了markdown openFrameworks中的HAP链接器错误相关的知识,希望对你有一定的参考价值。

**With you get something like:**

*dyld: Library not loaded: @rpath/ffmpeg/lib/osx/libavutil.55.dylib
  Referenced from: /Users/studio/Work/Repositories/Cannula/HAPTest/bin/HAPTest.app/Contents/MacOS/HAPTest
  Reason: image not found*
  
On Xcode > Build Settings > Other Linker Flags > Debug AND Release (not using AppStore), change:

```@loader_path/../../../OFReleases/OF0101/addons/ofxHapPlayer/libs```

To:

```@loader_path/../../../../../../../OFReleases/OF0101/addons/ofxHapPlayer/libs```

For a project folder in:
/Users/studio/Work/Repositories/Cannula/Cannula
(3 steps from the container, 4 from the project path)

以上是关于markdown openFrameworks中的HAP链接器错误的主要内容,如果未能解决你的问题,请参考以下文章

Xcode 和 OpenFrameworks IOS 应用程序将无法运行

opencv + openframeworks + 代码块 + win7

如何使用 openFrameworks 开发音乐可视化工具

OpenFrameWorks 第一章

Openframeworks 颜色跟踪

在 VS2015 中使用 openFrameworks 进行 dlib 模板