Ah ok, thanks @saeed.
I was following the instructions and managed to complete most of them (after importing Realm.framework which wasn’t mentioned in the original instructions but found a separate comment mentioning this addition).
However, I am having some issues with generating the bindings for the Person RLMObject as per step:
click on
then Generate Bindings (after a freezing android studio you will see Generate successfully)
When attempting to generate the bindings, I get the following error:
...ios/xcode/ios/Person.h:10:9: fatal error: 'RLMObject.h' file not found
I have tried different combinations of imports in Person.h file to the above mentioned such as:
#import <Foundation/Foundation.h>
#import <Realm/RLMObject.h>
but unfortunately this has not worked either. Was wondering if you might be able to help/have any ideas?
Thanks