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.

http://developer.apple.com/library/mac/#documentation/cocoa/reference/foundation/classes/nstimer_class/reference/nstimer.html


Comments

Popular posts from this blog

php - What is the difference between $_SERVER['PATH_INFO'] and $_SERVER['ORIG_PATH_INFO']? -

fortran - Function return type mismatch -

queue - mq_receive: message too long -