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