我正在尝试对我的钥匙串做一些工作,并遵循本教程
here
不幸的是,我在讨论搜索钥匙串时遇到以下错误
不幸的是,我在讨论搜索钥匙串时遇到以下错误
Cast of an indirect pointer to an Objective-C pointer to 'CFTypeRef *' (aka 'const void **') is disallowed with ARC
这就是代码的样子
Osstatus status = SecItemcopyMatching((__bridge CFDictionaryRef)searchDictionary,(CFTypeRef *)&result);
任何帮助提供关于如何投射间接指针的正确代码将不胜感激.