只有当我的mac的可用内存较少时才会出现此错误
*** NSForwarding: warning: selector (0xc2a9470) for message 'Ù,T`ï*' does not match selector known to Objective C runtime (0x1505b3c0)-- abort
2013-09-03 15:35:28.267 ********[8579:1e803] (null): unrecognized selector sent to class 0x3542cf4
xcode向我展示了错误代码行:
inputViewScreen = [[UIView alloc] initWithFrame: CGRectMake(0, 100, 320, 400)];
我关闭了一些正在运行的应用程序(firefox,mail,skype ......)并尝试再次运行......这没关系!
但是当空闲内存较少时,再次出现此错误!发生了什么事?
我正在使用Mac Mini,Mac OSX 10.7.5,ram 4gb,xcode 4.5.2