[_LSDefaults sharedInstance] unrecognized selector in iOS 13 use Xcode11beta

I got a crash

*** Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: '+[_LSDefaults sharedInstance]: unrecognized selector sent to class 0x1eae25a00'

*** First throw call stack:

(0x1a4862750 0x1a458c3a4 0x1a476b848 0x1a4ec6950 0x1a4b1b658 0x10542c774 0x1054344e4 0x105429d88 0x1a4580164 0x1a4583aac)

libc++abi.dylib: terminating with uncaught exception of type NSException



I dont know how to fix it,

The App Launch , A few seconds after, I got the crash.

Replies

I have the same problem. Have you solved it now?

UMCCommon Bug in iOS13. I have update to the UMCCommon 2.1.1, It disappeared.