it caused by kSecAttrSynchronizable flag, which will save the password to iCloud Keychain, and required entitlements(also code signing?).
I patched it to save to local, and now it is works well.
it caused by `kSecAttrSynchronizable` flag, which will save the password to iCloud Keychain, and required entitlements(also code signing?).
I patched it to save to local, and now it is works well.
最新版本处理之后提示密码保存失败
我也遇到了这个问题,一直以为我哪里没配对
这个库现在还维护麽?
我 windows 的可以保存,macOS 的也保存不了
it caused by
kSecAttrSynchronizable
flag, which will save the password to iCloud Keychain, and required entitlements(also code signing?). I patched it to save to local, and now it is works well.