1
NonClockworkChen OP 发完才想到报错信息,google 一下...好像有答案了...
|
2
NonClockworkChen OP issue 提到的没解决这个问题
+ (id)allocWithZone:(NSZone *)zone { static RNNotification *sharedInstance = nil; static dispatch_once_t onceToken; dispatch_once(&onceToken, ^{ sharedInstance = [super allocWithZone:zone]; }); return sharedInstance; } |