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.