Skip to content

debugDescription in flex_observers leads to crash #661

Open
@sujinnaljin

Description

@sujinnaljin

Environment

  • Platform+version: iOS 16.2 (Simulator)
  • FLEX version: 5.22.10

Bug Report

  • When I click NSNotificationCenter.defaultCenter, it crashes about once every two times.
    image

  • The error point was NSString *debug = self.debugDescription; in flex_observers so when I changed it to NSString *debug = @"";, I checked that there was no error.

    image

  • This issue can also be reproduced when FLEX is applied in Apple's official example project Implementing Modern Collection Views

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions