lldb 说+[AppDelegate count]: unrecognized selector sent to class 0xe6a0
在线阅读:NSDictionary *soundDataPList = [NSPropertyListSerialization propertyListWithData:dataFromPList options:NSPropertyListImmutable format:NULL error:&error];
这似乎是随机发生的。我运行了代码,它起作用了。我再次运行代码,现在我无法通过这个电话。通过数百次运行,该电话已经运行了好几天。它只在程序开始时执行一次。这一切都发生在升级到 Xcode 4.3.1 并切换到 lldb 调试器之后。我没有count
对 AppDelegate 上的消息进行一次调用。