【发布时间】:2012-11-28 13:49:15
【问题描述】:
我在 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
我不知道这个错误到底是什么。
谁能帮我解决这个问题。
【问题讨论】:
标签: objective-c frameworks xcode4.5 dyld