jpush/aurora-imui react native ios首次进入对话报错

baby
2018-12-18 01:35 910 0
RCTAuroraIMUI was compiled with optimization - stepping may behave oddly; variables may not be available.
warning: could not execute support code to read Objective-C class data in the process. This may reduce the quality of type information available.

self.init(msgId: msgId, messageStatus: msgStatus, fromUser: user, isOutGoing: isOutgoing ?? true, time: timeString!, type: msgType!, text: text!, mediaPath: mediaPath!,imageUrl: imgUrl, layout: messageLayout!,duration: durationTime, extras: extras)

我上网查的是self会造成懒加载死循环 @IrisJay

1个回答

热门排序
  • baby
    2018-12-18 06:48

    @HuminiOS 我一打开会话页面就直接报错 大佬知道为啥吗