0

I am trying to convert NSString to MD5 Hash. I have used this algorithm MD5 algorithm in Objective C

While running the program I am getting following error

ld: library not found for -lcommonCrypto
clang: error: linker command failed with exit code 1 (use -v to see invocation)

Can anyone tell me what I am missing here?

I have also added libcommonCrypto.dylib

Community
  • 1
  • 1
Ali Maisam
  • 239
  • 1
  • 3
  • 15

1 Answers1

2

Just remove the library from Build Phase -> Link Binary with Libraries. It would resolve the issue