Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

debugDescription in flex_observers leads to crash #661

Open
sujinnaljin opened this issue Mar 17, 2023 · 0 comments
Open

debugDescription in flex_observers leads to crash #661

sujinnaljin opened this issue Mar 17, 2023 · 0 comments
Labels

Comments

@sujinnaljin
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant