【发布时间】:2014-11-03 16:04:10
【问题描述】:
我正在 iOS 上编写一些钥匙串代码。当我尝试在钥匙串中插入项目时,出现错误 -50。
OSStatus 错误 -50 是什么意思?
【问题讨论】:
-
errSecParam = -50, /* One or more parameters passed to a function where not valid. */ -
在哪里可以找到完整的错误列表?谢谢!
-
Security.framework/SecBase.h或这里 developer.apple.com/library/ios/documentation/Security/…,在 Keychain Services 下