[<RLMRealm 0x281bde880> valueForUndefinedKey:]:this class is not key value coding-compliant for the key
终于找到了原因: 原来是Realm的对象不能用kvo 去访问其属性性。如:obj.mj_keyvalues.
Done!