You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
My app hangs and eventually errors in
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.
The text was updated successfully, but these errors were encountered: