I have two targets MyPTK and MyPTK copy, the MyPTK copy is a target which I have duplicated from MyPTK
#ifndef MyPTK
[[NSNotificationCenter defaultCenter] addObserver:self selector:@selector(resetLogoutTimer) name:UITouchPhaseBegan object:nil];
#endif
but when I execute the app with MyPTK copy the control enters into above code, which suppose not too. I mean to say the control must not enter in that block.
When Control will not enter into above target?
What is actual behaviour, please explain.
What will be difference between these targets when one is duplicated from another.
Thank You.