我正在使用SecItemCopyMatching来访问iOS钥匙串(keychain)。从后台重新启动应用程序后,我大约有一百分之一得到-34018结果代码。Thedocumentation状态:TheassignederrorspaceforKeychainServicesisdiscontinuous:–25240through–25279and–25290through–25329.KeychainItemServicesmayalsoreturnnoErr(0)orparamErr(–50),orCSSMresultcodes所以看来-34018是一个'CSSM结果代码'。我关