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 @joehsieh -- that is correct. ldUser and LDUserModel were never intended to be exposed to SDK consumers. We made this change to make it more clear which classes/methods/properties were intended to be private. You can access the equivalent of ldUser with [[LDClient sharedInstance] currentUserBuilder].
I cannot access
ldUser
from LDClient anymore since 2.14.0.I think that's because
#import <Darkly/LDUserModel.h>
is not inDarkly.h
anymore.The text was updated successfully, but these errors were encountered: