我真的需要帮助。我想在我的iPad项目中使用YAJL。我将YAJL框架添加到我的项目中。但是当我运行我的项目时,我收到了这个错误:
dyld:库未加载: /Users/gabe/Library/Frameworks/YAJL.framework/Versions/A/YAJL引用自:/Users/Application/ Library /Application Support/iPhone Simulator/3.2/Applications/ED64B511-BD23-49F6-BAEF-8DD5E36F12D1/WebCensus1.0.app/WebCensus1.0原因:找不到镜像
请帮帮我。我能做些什么?
发布于 2011-05-31 00:01:52
编辑目标构建设置(请参见Project > Edit Active Target)。
查找Runpath Search Paths (在链接下)并放入@loader_path/../Frameworks
发布于 2011-04-07 06:03:16
你尝试过SBJSON ( http://stig.github.com/json-framework/ )而不是YAJL吗?我对它从来没有遇到过任何问题。
https://stackoverflow.com/questions/4101242
复制相似问题