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 in BOXKeychainItemWrapper.m #117

Closed
pavanSaberjack opened this issue Oct 13, 2015 · 3 comments
Closed

Crash in BOXKeychainItemWrapper.m #117

pavanSaberjack opened this issue Oct 13, 2015 · 3 comments

Comments

@pavanSaberjack
Copy link

App crashes suddenly once in a while in method
resetKeychainItem
at line 210:
NSAssert( junk == noErr || junk == errSecItemNotFound, @"Problem deleting current dictionary." );
Is there any way to avoid this crash/Any update on this issue

@RicoYao
Copy link

RicoYao commented Oct 13, 2015

We've seen this before, and it appears to be a Keychain issue with debug builds:

Here is a thread that provides some additional info:
http://stackoverflow.com/questions/22082996/testing-the-keychain-osstatus-error-34018

I don't believe you will encounter this in release builds. Hope that helps.

@pavanSaberjack
Copy link
Author

Hey @RicoYao ,
Thanks a lot for the reply.
I ran into this crash in debug builds. But till now haven't got this same crash in Release builds. I will let you know if I get same crash in Release builds.

@boxtcarpel
Copy link
Contributor

@pavanSaberjack, thanks for following up. I'm going to close this issue for now. Please feel free to re-open if you see this in the field or want to discuss it further in any way.

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

3 participants