问题:Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: '-[Demo1.UserInfo encodeWithCoder:]: unrecognized selector sent to instance 0x610000470e40' 这表示没有找到encodeWithCoder这个方法,有以下几种情况 ①没有继承NCoding这个类 ②没有写encodeWithCoder这个方法(…