*** Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: '-[JKDictionary text]: unrecognized selector sent to instance 0x7fde31e90b60'
崩在这个地方
//评论内容的高度
RTLabel *rt = [[RTLabel alloc] initWithFrame:CGRectMake(0, 0, 240, 0)];
rt.font = [UIFont systemFontOfSize:14.0f];
rt.text = commentModel.text;
commentModel是一个数据类的实例,但是这个实例中的所有的属性都不能用
请问这是什么原因?该怎么解决,给个思路也可以,谢谢了