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即可
来源:oschina
链接:https://my.oschina.net/dong706/blog/3228234