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

Results 10 chat-ios issues
Sort by recently updated
recently updated
newest added

我允行demo之后发现语言环境是英文的,我在info中修改成中文,也没有成功。所以我想咨询一下,demo中是只支持英文环境的吗?还是可以改成中文环境?

![截屏2023-04-26 17 31 37](https://user-images.githubusercontent.com/16092202/234537756-184c8327-966d-475e-8908-594f68040d65.png) 一直报'EaseIMKit/EaseIMKit.h' file not found 这个错误 可以点进去文件 我看他们的回答试了一下不行 希望可以得到回答解决一下

使用pod下载完成以后,报错,明明Xcode都能点进去'EaseIMKit/EaseIMKit.h' file not found和file not found。

swift 同时遵守EMMultiDevicesDelegate,EMClientDelegate协议,添加代理的时候,都是调用EMClient.shared().add(self, delegateQueue: nil) ,导致报错Ambiguous use of 'add(_:delegateQueue:)'

pod install报错 `"The 'Pods-EaseIM' target has transitive dependencies that include statically linked binaries: (....Pods/HyphenateChat/HyphenateChat.xcframework)"`

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