You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi @francoismarceau29, RLMArray's can only link to objects of a single type. We have an issue open discussing the possibility of adding support for abstract classes or polymorphic link support in #1109.
Hi! I am trying to use a RLMArray which contains RLMObjects shielded by a protocol and I get the error:
I have a "ShopifyOption" and a "MagentoOption" which are both shielded by the APPOption protocol :
I have an object which hold an array of options:
Realm uses reflection to get the class name from the property above so it clearly can't work. Is there a way around this?
Thanks
The text was updated successfully, but these errors were encountered: