天天看点

Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: '+[.....报错的问题

项目每次运行,都会出现崩溃,

Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: '+[NSTimer scheduledTimerWithTimeInterval:repeats:block:]: unrecognized selector sent to class 0x1a0e0dd10' 

原因:

+ (NSTimer *)scheduledTimerWithTimeInterval:(NSTimeInterval)interval repeats:(BOOL)repeats block:(void (^)(NSTimer *timer))block API_AVAILABLE(macosx(10.12), ios(10.0), watchos(3.0), tvos(10.0));

这个方法是iOS10.0以后的系统才使用。