chat-ios
chat-ios copied to clipboard
我允行demo之后发现语言环境是英文的,我在info中修改成中文,也没有成功。所以我想咨询一下,demo中是只支持英文环境的吗?还是可以改成中文环境?
 一直报'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 方法