meteor-ios
meteor-ios copied to clipboard
currentUser.services always nil
I need to access to the services
field of User
but this is always nil
.
In the Todos example, services
is declared as @NSManaged var services: NamedValues?
in the User
class.
profile
is fetched as well but services
is always nil
:(
Has anyone an idea pls? ^^