发布通知时崩溃 - EXC_BREAKPOINT(CODE = 1)

时间:2017-05-17 07:00:05

标签: ios objective-c

如何修复

  

线程1 EXC_BREAKPOINT(代码= 0,子代码= 0x18e0173f4)

当我发布changeLoggingState Notification时,

Code screenshot

Crash screenshot

1 个答案:

答案 0 :(得分:0)

你在选择器中设置为nil吗?

[NSNotificationCenter.defaultCenter addObserver:self
                                     selector:nil
                                         name:notificationName
                                       object:nil];

这可能会使这种情况发生。