Open haemi opened 7 years ago
@haemi Sorry about the delay in getting back, somehow I didn't see this issue.
In the above example is there only one CDUserModel
i.e. the retrieveFirstEntry
call isn't pulling a different instance of CDUserModel
out?
@wibosco same here, didn't see this, sorry (weird)
not, there's only one CDUserModel
...
That is odd, based on your code snippet I would expect the CDUserModel
instance to have the name value assigned on the background context.
I don't suppose this is an open source project that you could link to allow me to debug it?
e.g.
here, the
print(userModel?.name)
is not updated... am I missing something?