标签: ios swift realm
在Cocoa Realm上,我从这个
public var person: Person { return linkingObjects(Person.self, forProperty: "someProperty").first! }
到这个
public dynamic var person: Person!
我是否需要迁移才能更新计划?