没有看到相关的信息。
请提供可以重现的代码片段和日志(打开日志的方法:[AVOSCloud setAllLogsEnabled:YES];)

在调用CDChatManager.m中 调用- (void)openWithClientId:(NSString *)clientId callback:(AVIMBooleanResultBlock)callback {
}方法中的[self.client openWithCallback:^(BOOL succeeded, NSError *error) {
[self updateConnectStatus];
if (callback) {
callback(succeeded, error);
}
// [CDEmotionUtils saveEmotions];
}]
时候崩溃

请给出崩溃的详细堆栈。