You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I click NSNotificationCenter.defaultCenter, it crashes about once every two times.
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.
Environment
Bug Report
When I click
NSNotificationCenter.defaultCenter
, it crashes about once every two times.The error point was
NSString *debug = self.debugDescription;
inflex_observers
so when I changed it toNSString *debug = @"";
, I checked that there was no error.This issue can also be reproduced when FLEX is applied in Apple's official example project Implementing Modern Collection Views
The text was updated successfully, but these errors were encountered: