New issue
Advanced search Search tips

Issue 714060 link

Starred by 2 users

Issue metadata

Status: Fixed
Owner:
Closed: Apr 2017
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: iOS
Pri: 3
Type: Bug



Sign in to add a comment

performSelector: is triggering a warning with ARC

Project Member Reported by gambard@chromium.org, Apr 21 2017

Issue description

Doing performSelector: with a selector created with a string or elsewhere in the program (i.e. doing :[target performSelector:NSSelectorFromString(@"someMethod")];) triggers a warning with ARC.
Doing [target performSelector:@selector(@"someMethod")]; is fine.
 
Status: Fixed (was: Assigned)

Sign in to add a comment