You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
*error = [NSErrorerrorWithDomain:XADErrorDomain code:XADErrorBadParameters userInfo:@{NSLocalizedDescriptionKey: @"You can not call parseAndUnarchive twice", NSDebugDescriptionErrorKey:@"You can not call parseAndUnarchive twice"}];
331
+
*error = [NSErrorerrorWithDomain:XADErrorDomain code:XADErrorBadParameters userInfo:[NSDictionarydictionaryWithObjectsAndKeys:@"You can not call parseAndUnarchive twice", NSLocalizedDescriptionKey,@"You can not call parseAndUnarchive twice", NSDebugDescriptionErrorKey, nil]];
0 commit comments