Xcode编译错误__NSCFConstantString

__NSCFConstantString:主要错误就是数据类型造成的,然后就是检查哪个地方造成的数据类型调用错误

错误一:'-[__NSCFConstantString _imageThatSuppressesAccessibilityHairlineThickening]: unrecognized selector sent to instance 0x120ee8'

这个错误表示:UIImageView.image直接使用的是图片名称,而没有使用[UIImage imageNamed:@""]语句。

错误二:[__NSCFConstantString count]: unrecognized selector sent to instance 0x1ada02c

这个错误的意思是此数据格式为string,但是要传的数据是是其他数据格式

以后遇见其他的再加。。。

上一篇:Django搭建网站笔记


下一篇:一个App完成入门篇-终结篇(八)- 应用收官