-
Notifications
You must be signed in to change notification settings - Fork 26
Open
Description
On SKYAuthContainer.m line: 140, place:
if (_currentUser) {
[[NSUserDefaults standardUserDefaults]
setObject:[NSKeyedArchiver archivedDataWithRootObject:_currentUser]
forKey:@"SKYContainerCurrentUserRecord"];
}
Error:
Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: '-[SKYAsset encodeWithCoder:]: unrecognized selector sent to instance 0x1c0252390'
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels