user1838670
user1838670

Reputation: 81

dyld: Library not loaded(xcode)

I was running the code in xcode and Build was succeeded. But i got an error,

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

I don't know what exactly the error is as im new to this.

Can anyone help me to sort the issue please.

Upvotes: 2

Views: 1386

Answers (2)

Raffael
Raffael

Reputation: 1139

Be sure to have added the framework (ApplicationServices.framework) in the Link Binary With Libraries Phase of your target! It should work then.

Upvotes: 1

Rocko
Rocko

Reputation: 295

The Library is incompatible with your AppKit Version

Upvotes: 0

Related Questions