BosAtWork
Results
1
comments of
BosAtWork
I had same issue and found on their release page https://github.com/realm/realm-cocoa/releases that they deprecated this enum. You can now just replace `if (property.type == RLMPropertyTypeArray)` to `if(property.array)`