-
Notifications
You must be signed in to change notification settings - Fork 216
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 while fetching from keychain #188
Comments
No, and it does not feel like a good idea to do that. Can you investigate the cause of the crash? |
I am running in to this same problem. I have a Today Widget extension that can update when the phone is locked and it makes a call to retrieve the accounts. I have been able to fix the assert by adding |
Any clue about this 4294941988 error code? I just find the same issue from my App. |
I also facing same error: |
4294941988 is not the right error code value. This number is a result of usage %zd format during error printing.
|
I fixed it in my app by adding the "Keychain Access" entitlement under the Project settings->Targets, choosing the Capabilities tab. This allows it to work in iOS 10.1. |
Any option to disable account storing in the keychain?
Here's the crash:
Application Specific Information:
*** Terminating app due to uncaught exception 'NSInternalInconsistencyException', reason: 'Unexpected error while fetching accounts from keychain: 4294941988'
Best regards,
Lukas
The text was updated successfully, but these errors were encountered: