2016-10-13 6 views
1

diesen Code ausführenRealm in Swift3.0 unerwarteter Statuscode: -34.018

SyncUser.authenticate(with: Credential.usernamePassword(username: username, password: password, actions: [.useExistingAccount]), server: Constants.syncAuthURL) { (user, error) in } 

Rückkehr -34.018 Fehlercode

libc++abi.dylib: terminating with uncaught exception of type realm::keychain::KeychainAccessException: Keychain returned unexpected status code: -34018 

Haltepunkt in

_dispatch_once(dispatch_once_t *predicate, 
    DISPATCH_NOESCAPE dispatch_block_t block){ 
if (DISPATCH_EXPECT(*predicate, ~0l) != ~0l) { 
    dispatch_once(predicate, block); 
} else { 
    dispatch_compiler_barrier(); 
} 
DISPATCH_COMPILER_CAN_ASSUME(*predicate == ~0l);} 

THX

+0

Bitte sehen [fragen] und [MCVE]. – Mat

Antwort