OCUnit 不支持安全框架?

发布于 2024-12-07 16:23:12 字数 215 浏览 0 评论 0原文

当尝试使用以下方法将安全条目添加到钥匙串中时:

SecItemUpdate((CFDictionaryRef)queryKeychain, (CFDictionaryRef)updateAttributes);

我收到返回的 errSecNotAvailable 错误,但仅在运行我的单元测试目标时。 单元测试期间钥匙串不可用吗?

When attempting to add secure entries into the keychain using:

SecItemUpdate((CFDictionaryRef)queryKeychain, (CFDictionaryRef)updateAttributes);

I'm getting an errSecNotAvailable error returned but only when running my unit test target.
Is the keychain not available during unit testing?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

浪漫人生路 2024-12-14 16:23:12

安全框架是否包含在 OCUint 目标中?

我刚刚测试过,没有错误,我可以在 OCUint 测试中添加一个项目并更改 Keychain 中的一个项目。

我的 OCUnit 设置可能有所不同,我正在针对应用程序进行测试,而不是将应用程序文件包含到我的单元测试中。

Is the security framework included in the OCUint target?

I just tested and I have no errors, I can add an item and change an item in the Keychain in an OCUint test.

I may have my OCUnit setup differently, I am testing against the app, not including the apps files into my unit test.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文