iphone - How to solve the error of "[_NSCFTimer login:]:unrecognised selector sent to instance -
i have created application.when run application following error:
-[__nscftimer login:]: unrecognized selector sent instance 0x4b37380 2011-04-12 10:57:36.441 journey[6190:207] *** terminating app due uncaught exception 'nsinvalidargumentexception', reason: '-[__nscftimer login:]: unrecognized selector sent instance 0x4b37380'. i totally confused how solve above mentioned error,please me in solving problem.
thanks
are calling login method on instance of nstimer ?
if yes, can't, call methods on instance of nstimer declared in nstimer class
see apple documentation nstimer.
Comments
Post a Comment