I\'m receiving a warning
PerformSelector may cause a leak because its selector is unknown
In the code:
You could add -Wno-arc-performSelector-leaks for WARNING_CFLAGS in the Build Settings.
WARNING_CFLAGS
Build Settings
Found the solution here