How fix warning about incompatible pointer types?
I'm getting this warning which I would like to get rid of:
Incompatible pointer types initializing 'NSMutableArray *__strong' with an
expression of type 'NSArray *
This is the line of code giving the warning:
NSMutableArray *apptDataArray = [AppointmentInfo
MR_findAllWithPredicate:nsp];
where MR_findAllWithPredicate returns a NSArray. I have been reading all
of the positings in SO and Google, but found nothing like this. I think
it's fairly simple, but I need help.
No comments:
Post a Comment