function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Aldrich CoAldrich Co 

Crashing when starting up with new SDK 2.2

INFO|SFAuthenticationManager|Cancel authentication called.  App is not currently authenticating.
INFO|SFAuthenticationManager|No current user account, so creating a new one.
Token encryption based on MAC address.
SFOAuthCredentials: Either access token does not exist, or could not decrypt access token with old encryption format.  Clearing the credentials.
-[NSConcreteMutableData randomDataOfLength:]: unrecognized selector sent to instance 0x17e585d0
** Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: '-[NSConcreteMutableData randomDataOfLength:]: unrecognized selector sent to instance 0x17e585d0'
*** First throw call stack:
...

How can I avoid the crash?