我收到这个警告:
Incompatible pointer types initializing 'NSMutableArray *__strong' with an expression of type 'NSArray *
这是给出警告的代码行:
NSMutableArray *apptDataArray = [AppointmentInfo MR_findAllWithPredicate:nsp];
其中 MR_findAllWithPredicate 返回一个 NSArray。我一直在阅读 SO 和 Google 中的所有帖子,但没有发现类似的内容。我认为这很简单,但我需要帮助。