chat-ios icon indicating copy to clipboard operation
chat-ios copied to clipboard

运行报错:No known instance method for selector 'getConversationsFromServer:'

Open muzi1022 opened this issue 4 years ago • 1 comments

下载项目后,编译项目,EMConversationsViewController.m报红, 在 refreshTableViewWithData 方法中,调用了[EMClient sharedClient].chatManager的 getConversationsFromServer 方法,但是[EMClient sharedClient].chatManager中并没有 getConversationsFromServer 方法

muzi1022 avatar Mar 03 '21 03:03 muzi1022

getConversationsFromServer 是3.7.4以上SDK支持的方法,请更新SDK , 3.8.0 SDK 更名为 HyphenateChat

zhangchong-git avatar Mar 03 '21 08:03 zhangchong-git