I\'m using RealmSwift as a database in my swift project. Today, after opening my project in Xcode-beta version 11, my app crash with this error:
Terminati
I had run into the same issue with RealmSwift 4.3.1, the problem was I forgot to mark the property as @objc
@objc dynamic var id = ""