Below analyze hints can be found:
BFTask.m:89:12: nil passed to a callee that requires a non-null 1st parameter.
...
return [[self alloc] initWithResult:result];
This PR fix the analyze warning. Please check if the diff makes any sense.
Below analyze hints can be found:
BFTask.m:89:12: nil passed to a callee that requires a non-null 1st parameter.
...
return [[self alloc] initWithResult:result];
This PR fix the analyze warning. Please check if the diff makes any sense.