2

我在 xcode 中运行代码并且构建成功。但我有一个错误,

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

我不知道这个错误到底是什么,因为我对此很陌生。

谁能帮我解决这个问题。

4

2 回答 2

1

确保在目标的Link Binary With Libraries Phase 添加了框架(ApplicationServices.framework)!它应该工作。

于 2013-08-03T11:04:21.630 回答
0

库与您的 AppKit 版本不兼容

于 2012-11-28T15:15:04.727 回答