UICKeyChainStore
UICKeyChainStore copied to clipboard
Crash when removing an item
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.
Interestingly "removeAllItems" does seem to work, just can't remove them individually.