You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm not sure how to convert the following line to ARC compatible code, and googled a bit and could not come up with the answer. I changed it to nilSymbol and seems to work but wondering if that is correct.
I'm not sure how to convert the following line to ARC compatible code, and googled a bit and could not come up with the answer. I changed it to nilSymbol and seems to work but wondering if that is correct.
Original code:
[[self allTargets] makeObjectsPerformSelector:@selector(retain)];
Updated code:
[[self allTargets] makeObjectsPerformSelector:@selector(nilSymbol)];
The text was updated successfully, but these errors were encountered: