Open aph3rson opened 5 years ago
This looks like a problem with the ACL decoding logic here. I don't have an app atm the I know uses iCloud Keychain, but I think a start may be to do a debugDump
on the constraints
variable and inspect what we are working with there.
Describe the bug If an app is using iCloud Keychain, running
ios keychain dump
causes an error.I'm not sure if this is due to using iCloud Keychain, or if it's exposing a bug in another piece of functionality.
To Reproduce Steps to reproduce the behavior:
ios keychain dump
Expected behavior Dumping the keychain contents (if iCloud Keychain secrets aren't supported, print other secrets on the device).
Evidence / Logs / Screenshots
Environment (please complete the following information):
Additional context Other apps using the Keychain seem to work fine.