'Primary key property 'name' does not exist on object 'RealmSwiftPermissionRole''

℡╲_俬逩灬. 提交于 2020-04-10 23:32:53
2020-04-10 23:06:08.994872+0800 LoveStorage[13562:165173] *** Terminating app due to uncaught exception 'RLMException', reason: 'Primary key property 'name' does not exist on object 'RealmSwiftPermissionRole''

 

swfit使用Realm,编译时报上述错误,修改podfile

 pod 'Realm', git: 'https://github.com/realm/realm-cocoa.git', branch: 'master', submodules: true
 pod 'RealmSwift', git: 'https://github.com/realm/realm-cocoa.git', branch: 'master', submodules: true

然后执行pod install即可

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!