dyld:未加载库(xcode)

时间:2012-11-28 13:49:15

标签: objective-c frameworks xcode4.5 dyld

我在xcode中运行代码并且Build成功了。但我得到了一个错误,

dyld: Library not loaded: /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices
  Referenced from: /Users/developer/Library/Developer/Xcode/DerivedData/NKDBarcode-fdnqnjfiwlxcewbfyoyarhsmvvll/Build/Products/Debug/NKDBarcode.app/Contents/MacOS/NKDBarcode
  Reason: Incompatible library version: NKDBarcode requires version 64.0.0 or later, but ApplicationServices provides version 1.0.0

我不知道这个错误到底是什么。

任何人都可以帮我解决问题。

2 个答案:

答案 0 :(得分:1)

请务必在目标的 Link Binary With Libraries 阶段添加框架(ApplicationServices.framework)!它应该工作。

答案 1 :(得分:0)

图书馆与您的AppKit版本

不兼容