Hey,
I tried to implement Realm based on the Example "TableView". Unfortunately I get always the following error.

"Declaration of 'RLMNotificationToken' must be imported from module 'Realm.RLMRealm' before it is required"
I tried it with the pods "Realm" und with "RealmSwift" but I get for both version the same error.
Any idea??
Ok I had to set the property to private to avid xcode to bridge this property for Objective C
You saved me :)
Most helpful comment
Ok I had to set the property to private to avid xcode to bridge this property for Objective C