我在 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
我不知道这个错误到底是什么,因为我对此很陌生。
谁能帮我解决这个问题。