Advertisement
Guest User

Untitled

a guest
Oct 13th, 2016
297
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.60 KB | None | 0 0
  1. SyncUser.authenticate(with: Credential.usernamePassword(username: username, password: password, actions: [.useExistingAccount]), server: Constants.syncAuthURL) { (user, error) in }
  2.  
  3. libc++abi.dylib: terminating with uncaught exception of type realm::keychain::KeychainAccessException: Keychain returned unexpected status code: -34018
  4.  
  5. _dispatch_once(dispatch_once_t *predicate,
  6. DISPATCH_NOESCAPE dispatch_block_t block){
  7. if (DISPATCH_EXPECT(*predicate, ~0l) != ~0l) {
  8. dispatch_once(predicate, block);
  9. } else {
  10. dispatch_compiler_barrier();
  11. }
  12. DISPATCH_COMPILER_CAN_ASSUME(*predicate == ~0l);}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement