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.
Topic: UI Frameworks SubTopic: UIKit Tags:
Jan ’24
Comment on App crashes of type EXC_BREAKPOINT (SIGTRAP) SIGNAL 5 Trace/BPT trap on iOS17
I want to know what changes typically trigger the invocation of NSKeyValueWillChangeWithPerThreadPendingNotifications in CAAnimation_setter, and whether changes to the object make object_getClass ineffective.
Topic: UI Frameworks SubTopic: UIKit Tags:
Replies
Boosts
Views
Activity
Mar ’24
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.
Topic: UI Frameworks SubTopic: UIKit Tags:
Replies
Boosts
Views
Activity
Jan ’24
Comment on Third-party SDK's privacy report are not shown when 'Generate Privacy Report' button tapped.
I solved my problem, actually there is no label type marked in SDWebImage's PrivacyInfo.xcprivacy , so no information will be included in the final PDF.
Replies
Boosts
Views
Activity
Jan ’24
Comment on Is it possible to save AVCaptureDepthDataOutput to movie as individuals mediaType for applying post effect
Finally, I end up with encoding depth buffer as additional video output, but the 8 bit precision is insufficient.
Replies
Boosts
Views
Activity
Sep ’21