UICKeyChainStore icon indicating copy to clipboard operation
UICKeyChainStore copied to clipboard

Crash when removing an item

Open danielkramer opened this issue 8 years ago • 1 comments

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 avatar Oct 16 '16 20:10 danielkramer

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

danielkramer avatar Oct 16 '16 20:10 danielkramer