注册

swift使用Pod集成EaseUI后打开聊天界面报错

执行这段代码:
self.window = UIWindow.init(frame: UIScreen.main.bounds)
let dui_emId = "15991788992"
let vc = EMViewController.init(conversationChatter: dui_emId, conversationType: EMConversationTypeChat)
vc?.title = "你正在和15991788992聊天"
let nav = UINavigationController.init(rootViewController: vc!)
self.window?.rootViewController = nav
self.window?.makeKeyAndVisible()


屏幕快照_2018-06-12_下午8.07_.00_.png


 
已邀请:
我也和你同样的问题,请问解决了吗?

wa172126691 - 90后女程序员一枚

谁能给个提示啊,到底哪块有问题
建议先创建一个全新的项目,根据官方的集成教程
 
http://www.imgeek.org/video/39
 
来测试sdk功能, 然后再去自己的项目中集成。

beyond - imgeek运营

楼上正解

要回复问题请先登录注册