facebookarchive / account-kit-samples-for-ios

Samples for the account kit product on ios.
43 stars 26 forks source link

Crash: [__NSCFConstantString stringByReplacingCharactersInRange:withString:]: nil argument #34

Open narlei opened 4 years ago

narlei commented 4 years ago

AccountKit is crashing in some sessions:

[__NSCFConstantString stringByReplacingCharactersInRange:withString:]: nil argument

AKFEmailLoginViewController.m line 276
-[AKFEmailLoginViewController _changeCharactersInRange:replacementString:] + 276

The framework is closed, I can't see this class to find the problem.