-
Notifications
You must be signed in to change notification settings - Fork 25
Open
Description
Issue Summary
during the authenticate process crash at ->
*** Assertion failure in -[VIMSession authenticationCompleteWithAccount:error:key:completionBlock:]
Reproduction Steps
Follow the authentication process, when jump back from safari app crash. It seems the user account cannot save in keychain.
Expected Behaviour
User info should be able to store in keychain properly.
Actual Behaviour
This process cannot pass the assert in the method method above.
NSAssert(success, @"Unable to save account for key: %@", key);
The thing I couldn't understand is it worked a week ago, however I can't get it work any more.
Metadata
Metadata
Assignees
Labels
No labels