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
{{ message }}
This repository has been archived by the owner on May 20, 2021. It is now read-only.
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? ^^
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I need to access to the
services
field ofUser
but this is alwaysnil
.In the Todos example,
services
is declared as@NSManaged var services: NamedValues?
in theUser
class.profile
is fetched as well butservices
is alwaysnil
:(Has anyone an idea pls? ^^
The text was updated successfully, but these errors were encountered: