NSInternalInconsistencyException
2023-02-09 本文已影响0人
lindong
出现原因:
@interface NSObject(Extension)
@property (nonatomic, strong) id userInfo;
@end
和系统关键字重名,会导致发送系统通知时崩溃
@interface NSObject(Extension)
@property (nonatomic, strong) id userInfo;
@end
和系统关键字重名,会导致发送系统通知时崩溃