【发布时间】:2011-11-15 13:57:45
【问题描述】:
我需要将我的 ios 5 应用程序与 CommonCrypto 链接。问题是由于这个错误我无法编译:'Library not found for -lcommonCrypto'...我该如何解决?
【问题讨论】:
标签: iphone ios xcode compiler-errors commoncrypto
我需要将我的 ios 5 应用程序与 CommonCrypto 链接。问题是由于这个错误我无法编译:'Library not found for -lcommonCrypto'...我该如何解决?
【问题讨论】:
标签: iphone ios xcode compiler-errors commoncrypto
如果去掉-lcommonCrypto,应用还能编译吗?
查看this duplicate question,看起来您所需要做的就是在 .m 文件中包含正确的 #import 行。
【讨论】: