出現(xiàn):-[__NSCFConstantString size]: unrecognized selector sent to instance 0x10bf88dc0
2015-11-26 15:44:04.112 GoodToFuture[2833:1140339] *** Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: '-[__NSCFConstantString size]: unrecognized selector sent to instance 0x10bf88dc0'
原因:因?yàn)槭褂脮r(shí)候的類型和初始化的對(duì)象類型不匹配造成的,比如UIImage *image = @"imageName";會(huì)出現(xiàn)此錯(cuò)誤。