[[NSNotificationCenter defaultCenter] addObserver:self selector:@selector(policyChanged:) name:@"notification" object:nil];
上面是代码,我用于addobserver。我的应用程序崩溃了以下错误
断言失败:12B411:libxpc.dylib + 51947 [DBA1E85F-5C4C-3026-9B98-A82D2E332ED6]:0x7d
但它在iOS7中运行良好