Skip to content

macOS26 调试,QMUI crash #1674

@0xC4m3l-jiang

Description

@0xC4m3l-jiang

在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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions