在我的应用程序中,我需要在我的NSUserDefaults中保存我的自定义User对象NSDictionary。我尝试使用以下代码:NSDictionary*userObjectDictionary=response[@"user"];NSLog(@"USEROBJECT:\n%@",userObjectDictionary);[defaultssetObject:userObjectDictionaryforKey:@"defaultUserObjectDictionary"];[defaultssynchronize];此尝试使我的应用程序崩溃并显示以下消息:Terminating