Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Crash when removing an item #145

Open
danielkramer opened this issue Oct 16, 2016 · 1 comment
Open

Crash when removing an item #145

danielkramer opened this issue Oct 16, 2016 · 1 comment

Comments

@danielkramer
Copy link

My app hangs and eventually errors in

  • (BOOL)removeItemForKey:(NSString *)key error:(NSError *__autoreleasing *)error

crashing on this line
OSStatus status = SecItemDelete((__bridge CFDictionaryRef)query);

EXE_BAD_ACCESS

BTW, I'm switching over to your framework from PDKeychainBindings as a test because I was getting a similar error there. I'm on ios10 and crashes on both simulator and device.

@danielkramer
Copy link
Author

Interestingly "removeAllItems" does seem to work, just can't remove them individually.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant