SkygearIO / skygear-SDK-iOS

Skygear SDK for iOS
https://skygear.io
Other
10 stars 28 forks source link

Crash by login with email #138

Open timogrosche opened 6 years ago

timogrosche commented 6 years ago

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'