iphone - 找不到 -lcommonCrypto 的库

标签 iphone ios xcode compiler-errors commoncrypto

我需要将我的 ios 5 应用程序与 CommonCrypto 链接。问题是由于此错误我无法编译:“未找到 -lcommonCrypto 的库”...我该如何解决?

最佳答案

如果你去掉 -lcommonCrypto,应用程序还能编译吗?

查看this duplicate question ,看起来您需要做的就是在您的 .m 文件中包含正确的#import 行。

关于iphone - 找不到 -lcommonCrypto 的库,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/8137450/

相关文章:

iphone - 我如何在 AQGridViewCell 中实现删除按钮

ios - WKWebview 上的 ApplePay

iphone - git commit 不会将文件添加到 xcodeproj

iphone - UITableView 中 Plist 中的数据排序不正确

ios - 如何在iOS的自定义图像选择器 View 中进行自动闪光

swift - 使用未声明的类型 'PostTableViewCell'

iphone - 有没有办法在不重新编译或使用 XCode 的情况下重新配置 iPhone IPA 文件?

ios - Offcanvas 菜单 - CSS 过渡不适用于 iphone 3 和 4

ios - registerUserNotificationSettings 不显示警报

c - 没有以前的原型(prototype)?