警告如下
解决办法:仔细查查是不是继承错了协议,以为:NSCopying和NSCoding实在是太像了,(我们要继承的是NSCoding不是NSCopying)不仔细根本查不出来
Method ‘copyWithZone:‘ in protocol not implemented
原文:http://my.oschina.net/iOSliuhui/blog/519448