Post

Replies

Boosts

Views

Activity

Comment on EXC_BREAKPOINT - libobjc.A.dylib object_getClass Crash on the main thread
Are you using the MBProgressHUD? I may have found a potential cause of the crash, if MBProgressHUD is initialized with blur style and UIVisualEffectView is added, if I call some UI operation at the same time, the application will call -[NSObject(NSKeyValueObserverNotification) willChangeValueForKey after UIVisualEffectView receives dealloc call :], which may have caused the crash shown on the stack. I'm not 100% sure since crashes happen rarely, but I've observed this in instruments.
Jan ’24