swift3\4:this|swift3\4:this class is not key value coding-compliant for the key xxx
在利用系统setValuesForKeys
字典转模型时候,转型失败有时候报错
this class is not key value coding-compliant for the key xxx
【swift3\4:this|swift3\4:this class is not key value coding-compliant for the key xxx】解决办法:在类的前面加上
@objcMembers
例如: @objcMembers// 否则转不成功
class 类名: NSObject {
}
推荐阅读
- 关于this的一些问题(1)
- 136.|136. Single Number
- 由Uncaught|由Uncaught TypeError: this.player.startMoveAt is not a function引申
- 【Tomcat源码阅读分享】—(5)Tomcat中的ClassLoader
- 如何理解es6中的class,以及class中的constructor函数
- 关于|关于 java.lang.NoClassDefFoundError: com.umeng.analytics.d的问题
- Talk|Talk about space
- Panda|Panda Class 中班生活之开学Day3.
- objc_class|objc_class 中 cache 原理分析
- 数据结构|C++技巧(用class类实现链表)