我正在尝试将NSString转换为MD5哈希。我使用了这个算法MD5 algorithm in Objective C
运行程序时出现以下错误
ld: library not found for -lcommonCrypto
clang: error: linker command failed with exit code 1 (use -v to see invocation)
谁能告诉我这里缺少什么?
我还添加了libcommonCrypto.dylib
答案 0 :(得分:2)
只需从构建阶段中删除库 - >链接二进制文件与库。它会解决问题