-[__NSCFNumber rangeOfCharacterFromSet:]: unrecognized selector sent to instance 0x7fa5216589d0...
分类:
其他好文 时间:
2015-02-27 21:36:00
阅读次数:
164
[__NSCFNumber isEqualToString:]: unrecognized selector sent to instance 0x7a97d4c0'报错...
分类:
其他好文 时间:
2015-01-21 22:36:47
阅读次数:
176
出现这种问题一般是你把int类型的数值赋给了NSString。比如: 你定义了一个NSString类型的属性sex,但是服务端返回的sex字段实际上是NSNumber类型,你直接把NSNumber类型的值赋给了sex,然后把这个sex赋给了_sexLabel.text,这时就会出现这种错误。使用Pl...
分类:
其他好文 时间:
2014-12-04 11:33:50
阅读次数:
137
-[__NSCFNumber length]: unrecognized selector sent to instance 0x1657c5c0
2014-09-24 14:47:39.170 StarShow[1948:60b] *** Terminating app due to uncaught exception 'NSInvalidArgumentException', reason...
分类:
其他好文 时间:
2014-09-24 17:41:27
阅读次数:
149
崩溃原因是由于:获取JSON数据后存放在默认的NSMutableArry里,NSMutableArry是存放id类型的,uiTableViewCellMakeMoneyCustomCell.uiLabelActiveCountPoint.text=[nsMutableArryAllheActives...
分类:
其他好文 时间:
2014-07-29 16:59:52
阅读次数:
192