-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Open
Description
在macOS26 开发中,QMUI crash
对应属性为 qmui_contentView
error msg:
[<UIKit._UINavigationBarVisualProviderModernIOSSwift 0x12acda940> valueForUndefinedKey:]: this class is not key value coding-compliant for the key contentView.
An abort signal terminated the process. Such crashes often happen because of an uncaught exception or unrecoverable error or calling the abort() function.
对应值 UINavigationBar+QMUI.m:362
- (UIView *)qmui_contentView {
return [self valueForKeyPath:@"visualProvider.contentView"];
}
Metadata
Metadata
Assignees
Labels
No labels