I just upgraded to Xcode 7 and Swift 2 and this line is throwing an Property cannot be marked dynamic because its type canot be represented in Objective-C
:
dynamic var log = List<LogEntry>()
Realm changed it's documentation: Realm Swift 0.95.0
now you should use let
instead of dynamic var
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With