Skip to content

Crash when removing an item #145

@danielkramer

Description

@danielkramer

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions